/* CSS Document */

body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #fff url("/images/main_bg.gif") repeat-y 50% 50%;
}

h1, h2 {margin:0;}

a {	color:#0e52b3;}

img { border:0px;}

#container { width:1000px; margin:auto;}

#content { width:980px; background: #fff; float:left; margin:10px}
#bar_naranja{ margin-top: 0px; border-top: solid 4px #f06726; background-color: #ffffff;}
#header{ 
	width:100%;
	float:left;
	background: #0074e8;
	background-image:-moz-linear-gradient(top, #0089c5, #0068A5);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #0089c5), color-stop(1, #0068A5));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#0089c5', EndColorStr='#0068A5');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#0089c5',EndColorStr='#0068A5')";
	height:120px;}

#logo {width:400px; float:left;}
#banner { width:468px; padding-top:15px;; height:60px; float:left;}
#search_form{ margin-top:10px; width:370px; float:right}


#main { width:790px; float:left;}
#main img { border:0px;}
#main h1 { margin:0; padding:0; font:3em normal Georgia, "Times New Roman", Times, serif;}

#main490 { width:480px; margin-right:10px; float:left;}
#main610 { width:600px; margin-right:10px; float:left;}

#sidebar-right { width:160px; float:right;}
#sidebar-right300 { width:300px; float:right;}

#footer{ background-image: url('/img/top_fondo.gif'); background-repeat: repeat-x; background-position: left -80px; width: 100%; height: 36px; clear:both; FONT-SIZE: 1em; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, sans-serif; text-align:center; padding-top:3px;}

#portada_columna_relacionados {
	width:250px;
	float:right;
}


/***left Side Bar***/
#menu_links {float:left; width:180px; height:110px;}


#menu {float:left; width:180px; margin-right:10px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}

#menu h3 {font: normal 13px Georgia, "Times New Roman", Times, serif; border-bottom:1px #acacac dotted; padding-bottom:6px;}

#navlist * {margin: 0px;padding: 0px;}
#navlist {float: left; width: 180px;}

#navlist ul {
  list-style: none;
  width:178px;
  margin-bottom:15px;
}

#navlist ul li { display:inline}

#navlist ul li a{
  display: block;
  margin: 0px;
  color: #2662da;
  font-size: 0.9em;
  text-decoration:none;
  letter-spacing:1px;
  line-height:24px;
  border-bottom:1px #acacac dotted;
 }
 
#navlist ul li a:hover {
   background-color:#ecf4f9;
}


/* localizador */

#breadcrumbs {
	width:790px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	line-height:20px;
	padding-left:210px;
}

#breadcrumbs a, #breadcrumbs a:hover, #breadcrumbs {
	text-decoration:none;
}

#solapa h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	background: #6c84bc;
	padding:3px;
	color:#FFFFFF;
	margin-bottom:10px;
}


/* Estilos cuadro categorias home */
#categorias { width:480px; float:left;}

#categorias ul {
  width:100%;
  list-style-type:none;
  margin:0;
}

#categorias ul li {
	float:left;
	width:210px;
	line-height:35px;
	margin-left:10px;
	margin-top:5px;
}

#categorias UL li a{
  display:block;
  color:#0e52b3;
  text-decoration:none;
}

#categorias ul li a:hover {
   color: #C60;
   text-decoration:none;

}

#categorias h2 {margin:0; padding:0; font-size:1em; font-weight:bold}

.humor {list-style:url(/img/humor.jpg);}
.dibujos {list-style:url(/img/dibujos.jpg)}
.deportes {list-style:url(/img/deportes.jpg)}
.anuncios {list-style:url(/img/anuncios.jpg)}
.musica {list-style:url(/img/musica.jpg)}
.viajes {list-style:url(/img/viajes.jpg)}
.cine {list-style:url(/img/cine.jpg)}
.juegos {list-style:url(/img/juegos.jpg)}
.documentales {list-style:url(/img/documentales.jpg)}
.accidentes {list-style:url(/img/accidentes.jpg)}
.coches {list-style:url(/img/coches.jpg)}
.animales {list-style:url(/img/animales.jpg)}
.caseros {list-style:url(/img/caseros.jpg)}
.tutoriales {list-style:url(/img/tutoriales.jpg)}

/* Estilos home */

#homeads_300x250 { float:right; width:300px; height:250px; margin-top:15px}
#homeads_160x600 { float:left; width:180px;}
#videos_last { width:790px; float:left;}
#tags_home { float:left; width:300px;}

/* estilos para los botones anterior y siguiente de paginacion */

#paginacion {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  background-color:#ffffef;
  clear:both;
}

#paginacion .pg_link
{
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  width:14px;
  height:15px;
  background-color:#FFFFFF;
  color: #3366cc;
  font-weight:bold;
  padding-left:4px;
  padding-right:4px;
  margin-right:2px;
  border:1px solid #3366cc;
  text-decoration:none;
}
#paginacion .pg_link_cur
{
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  width:14px;
  height:15px;
  font-weight:bold;
  padding-left:4px;
  padding-right:4px;
  margin-right:2px;
  border:1px solid #666666;
  text-decoration:none;
  background-color: #FFFFFF;
  color: #000000;
}
#paginacion .pg_link:hover
{
  background-color:#3366cc;
  color: #FFFFFF;
  text-decoration:none;
  border-color:#3366cc;
}
#paginacion .pg_btn
{
  text-align:center;
  border:1px solid #3366cc;
  background-color: #FFFFFF;
  display:block;
  color:#3366cc;
  width: 80px;
  height: 15px;
  cursor:pointer;
  font-size:11px;
  font-weight:bold;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  text-decoration:none;
}

#paginacion .pg_btn:hover
{
  background-color:#3366cc;
  color: #FFFFFF;
  text-decoration:none;
  border-color:#3366cc;
}
#paginacion .pg_btn_disabled
{
  text-align:center;
  border:1px solid #CCCCCC;
  background-color: #ECECEC;
  display:block;
  color:#999999;
  width: 90px;
  height: 15px;
  cursor:auto;
  font-size:11px;
  font-weight:bold;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:1px;
  padding-right:1px;
}
/* fin botones anterior y siguiente de los alojamientos */

/* estilos footer */

#footer a:link{COLOR: #FFFFFF; text-decoration:none;}
#footer a:active{COLOR: #FFFFFF; text-decoration:none;}
#footer a:visited{COLOR: #FFFFFF; text-decoration:none;}
#footer a:hover{COLOR: #FFCC00; text-decoration:underline;}

/* Columnas videos */
#videos {
	width:100%;
	padding-bottom:10px;
	float:left;
}

#videos #columna_principal {
	width:520px;
	float:left;
}

#videos #columna_relacionados {
	width:300px;
	float:right;
}


#videos h1{
	margin:0px;
	padding:10px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	LETTER-SPACING: 1px;
	FONT-SIZE: 2.4em;
	LINE-HEIGHT: 1em;
	text-align:center;
	color:#0e52b3;
}

#videos h3{
	font-weight:normal;
	LETTER-SPACING: 1px;
	FONT-SIZE: 1em;
	padding:0px 10px 0px 10px;
}


#videos #solapa {
	padding:2px;
	width:98%;
	border-top:2px #ff6600 solid;
	background-color: #efefef;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
}

#videos #solapa a{
	color:#000000;
	text-decoration:none;
}

#last_videos {float:left; width:590px;}
#last_videos ul {padding:0; margin:0; list-style:none}
#last_videos li {float:left; width:100%}
#last_videos img {width:120px; height:90px; margin:5px 10px;}
#last_videos li:hover {background:#FFC}
#last_videos h3 {font-size:1.3em; margin:2px;}



#videos #categorias_listado {
	float:left; width:187px; text-align:center; padding-top:15px;
}

#videos #categorias_listado #titulo {
	margin-bottom:5px; font-size:1.0em; font-weight:bold; color:#000000; text-decoration:none; text-transform:uppercase;}


#videos #tags a {
	font-size:0.8em;
	text-decoration:none;
	color:#000000;
}
#videos #columna_relacionados{
	line-height:12px;
}

#videos #columna_relacionados img { border:0px;}

#videos #columna_relacionados #title {
	font-weight:bold;
	padding-bottom:5px;
}

#videos #columna_relacionados #title a{
	color:#0e52b3;
}

/* NUBE DE TAGS */

#tagCloud {font-family:Arial, Helvetica, sans-serif; width: 175px; padding: 0px 2px 0px 2px; text-align: center;}

#tagCloud_portada {font-family:Arial, Helvetica, sans-serif; width: 480px; background:#fff; padding: 0px 2px 0px 2px; line-height:normal; font-size:18px; float:left}

#tagCloud_portada a:hover {background-color:#bacf58; color:#FFFFFF;}

.tag1 {font-size: .6em; margin:2px;}
.tag2 {font-size: .8em; margin:2px;}
.tag3 {font-size: 1.0em; margin:2px;}
.tag4 {font-size: 1.2em; margin:2px; font-weight:bold;}

#index_link { width:100%; margin-bottom:10px;}

#video {width:480px; float:left;}

#video h2 {font-size:1em; margin:10px 5px 10px 5px; float:left; font-weight:normal;}

#tags {width:100%; float:left}

.social_like {padding-bottom:5px; width:100%; float:left}
.like_bt {width:160px; float:left; text-align:center}

/* Videos relacionados */
#related .block {width:280px; padding:5px; border:1px #CCC solid; min-height:56px}
#related ul {margin:0; padding:0;}
#related li {list-style:none; margin:5px; padding:0; }
#related li:hover { background-color:#FFC}
#related .image { width:81px; height:54px; float:left; background-color:#CCC; margin-right:5px}
#related h3 { font-size:1.3em; border:0;}
#more {float:right; margin-right:10px;}
