body{
	background-image:url(http://tatetitv.tv/theme/bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	_text-align:center;
	}
.contenedor{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
#contenedor_footer{
	float:left;
	width:100%;
	height:197px;
	}
#footer {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:197px;	
	background-image:url(http://tatetitv.tv/theme/bg_footer.png);
	}
#header{
	float:left;
	width:1000px;
	height:155px;
	_margin:0px;
	_padding:0px;
	background-image:url(http://tatetitv.tv/theme/header.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}
#contenido_body {
	float:left;
	width:100%;
}
.content1000 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(http://tatetitv.tv/theme/bg_contenido.png);	
}
.contenido {
	float:left;
	width:1000px;
	background-image:url(http://tatetitv.tv/theme/bg_contenido.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFF;
}
.contenedor_programas {
	float:left;
	width:1000px;
	background-color:#FFF;
}
#logo{
	float:left;
	width:400px;
	height:110px;
	margin:45px 0px 0px 0px;
}
#nav_bar{
	float:left;
	margin-top:80px;
	width:600px;
	height:76px;
	}
#slideshow_home{
	float:left;
	width:1000px;
	height:325px;
	background-image:url(http://tatetitv.tv/theme/slide_bg.jpg);
	}
#slideshow_minisitios{
	float:left;
	width:1000px;
	height:300px;
	background-color:#FFF;
	}
#titulos_minisitios {
	float:left;
	width:1000px;
	height:100px;
	_margin:0px;
	_padding:0px;
    }
.btn_izq {
	float:left;
	margin-top:5px;
	width:330px;
	margin-left:20px;
}
.btn_der {
	float:right;
	width:320px;
	margin-top:5px;	
	text-align:right;
	margin-right:30px;	
}
.espaciador {
	float:left;
	width:100%;
	height:30px;
	}
.item {
	float:left;
	width:650px;
	height:143px;
	margin-left:20px;
	margin-top:5px;
	background-image:url(http://tatetitv.tv/theme/bg_item.png);
	}
.thumb_item	{
	float:left;
	width:120px;
	height:90px;
	margin-top:25px;
	margin-left:30px;
	}
.texto_item {
	float:left;
	width:300px;
	margin-top:60px;
	margin-left:30px;
	font-family:Arial;
	font-size:1.5em;
	color:#546EA1;
	height:25px;
}
.texto_item a{
	text-decoration:none;
	color:#546EA1;
}
.texto_item a:hover{
	text-decoration:none;
	color:#F00;
}
#slide{
	float:left;
	width:700px;
	height:325px;
	}
#columna_btn{
	float:left;
	width:300px;
	height:325px;
	}
#carrusel{
	float:left;
	width:1000px;
	height:175px;
	background-image:url(http://tatetitv.tv/theme/bg_carrousel.png);
	}
#contenido_left{
	float:left;
	width:700px;
	min-height:500px;
	padding-top:20px;
	}
#contenido_column{
	float:left;
	width:300px;
	min-height:500px;	
	}
.paginado {
	float:left;
	width:600px;
	margin-top:25px;
	margin-left:25px;
	}
.paginado a {
	float:left;
	display:block;
	margin-left:3px;
	background-color:#FF0000;
	color:#FFF;
	font-weight:700;
	text-decoration:none;
	padding:3px;
	font-size:16px;	
	}	
.paginado a:hover {
	background-color:#0174DF;
	color:white;
	}
.paginado strong {
	background-color: #0174DF;
	color: white;
	display: block;
	float: left;
	margin-left: 3px;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	padding: 3px;
}	
#menu-footer {
	float:left;
	width:600px;
	margin-left:80px;
	margin-top:130px;
	font-size:14px;
	font-weight:bold;
	}
#menu-footer ul {
	list-style: none;
	margin:0;
	padding:0;
	}
#menu-footer li {
	float:left;
	margin-left:20px;
	}
#menu-footer a{
	text-decoration:none;
	color:#DF0060;
	}
#menu-footer a:hover{
	text-decoration:none;
	color:#0174DF;
	}
#logo-footer {
	float:left;
	margin-top:80px;
	margin-left:70px;
	width:199px;
	height:65px;
	}		
#btn_programas {
	float:left;
	width:1000px;
	height:400px;
	}		
#contacto {
	float:left;
	width:619px;
	height:306px;
	margin-left:40px;
	margin-top:30px;
	background-image:url(http://tatetitv.tv/theme/bg_contacto.png);
	}



*:focus
{
outline:none;
}
.login_text{
width:250px; height:25px;
}

input, select, textarea{
border:1px #ccc solid;
padding:3px;
background-color:#E6E6E6;
color:#333;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
input:focus, select:focus, textarea:focus{
border:1px #666 solid;
padding:3px;
background-color:#F2F2F2;
}
.boton_form{
cursor:pointer;
background-color:#58ACFA;
color:#fff; font-weight:bold;
padding:5px;
border:1px #2E9AFE solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.boton_form:focus{
background-color:#58ACFA;
color:#fff; font-weight:bold;
padding:5px;
}
.boton_form:hover{
border:1px #ccc solid;
background-color:#333;
color:#fff; font-weight:bold;
padding:5px;
}
#player_holder{
	float:left;
	background-image:url(http://tatetitv.tv/theme/bgplayer_programas.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:458px;
	
}
#player_programas {
	width:640px; 
	height:360px; 
	margin-left:30px; 
	margin-top:26px; 
	float:left;

}
.h1_programas {
	float:left; 
	margin-left:30px; 
	margin-top:0px;
	color:#01B9FF;
}
.ver_video_item {
	float:left;
	margin-top:100px;
	margin-left:70px;
	color:#546EA1;
	font-weight:700;	
}
.ver_video_item a{
	text-decoration:none;
	color:#546EA1;
}
.ver_video_item a:hover{
	text-decoration:none;
	color:#F00;
}