/* CSS Document */


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#principal{
	width:954px;	
}

div#cabecera{
	background-image:url(../imagenes/cabecera.jpg);
	background-repeat:no-repeat;
	height:167px;
} 

div#cuerpo{
	background-image:url(../imagenes/fondo-cuerpo.jpg);
}


/* COL IZQUIERDA */

div#col-izq {
	width:249px;
	display:inline;
	margin-left:17px;	
}

div#categorias {
	width:222px;
	color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}

div#categorias-enlaces {
	width:95%;
}

span.bullet {
	color:#FF9900;
}

div#categorias a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:block;
}

div#categorias a:hover{
	text-decoration:underline;
}

div.banner {
	padding-top:10px;
	padding-bottom:10px;
}

/* FIN COL IZQUIERDA */

/* COL DERECHA */

div#col-der {
	width:625px;
	display:inline;
	margin-right:33px;
}

div#botonera {
	color:#000;
	font-size:11px;	
}

div#botonera a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

div#botonera a:hover {
	text-decoration:underline;
}


div.textos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin-top:20px;
	text-align:justify;

}






/* VIDEOS */





ul#listado_videos {
	width:625px;
}

ul#listado_videos li{
	overflow:hidden;
	margin-bottom:15px;
	margin-top:10px;
}

ul#listado_videos li div.cabecera p{
	font-size:12px;
	color:#ff4e00;
	font-weight:bold;
	padding-left:30px;
	background-image:url(../imagenes/claqueta.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:9px;
}


ul#listado_videos li div.columnas{
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}

ul#listado_videos li div.col-video {
	width:320px;
	display:inline;
	border-top: 1px solid #343434;
	border-left: 1px solid #343434;
	border-right: 1px solid #343434; 
}

ul#listado_videos li div.col-capturas {
	width:270px;
	display:inline;
}

ul#listado_videos li div.col-capturas img.marco {
	border: 1px solid #FFFFFF;
}


ul#listado_videos li div.descripcion {
	font-size:12px;
	text-align:justify;
	color:#000;
	margin-top:10px;
	padding-bottom:10px;
}

ul#listado_videos li div.caracteristicas {
	font-size:11px;
	font-weight:bold;
	color:#000;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

/* Banner dentro de un listado */

ul#listado_videos li.banner{
	margin-bottom:9px; !important;
	border:0 !important;
	background-image:none!important;
}

/* Banner fuera de un listado */

div.banner{
	padding-top:10px;
	margin-top:10px;
}



/*Paginacion*/

div.paginacion {
		width:100%;
		margin-top:10px;
	}
	
div.paginacion a{
		font-size:11px;
		color:#000;
		line-height:18px;
		text-decoration:underline;
		margin-left:2px;
		margin-right:2px;				
}
	
div.paginacion a:hover{
	text-decoration:none;
		
}
	
div.paginacion span#pagina-actual{
		font-weight:bold;
		margin-left:2px;
		margin-right:2px;
		color:#fe8900;
		font-size:11px;
}

/*Fin paginacion*/

/* Pie */


div#pie {
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size:11px;
 color:#fff;
 background-image:url(../imagenes/pie.jpg);
 height:40px;
 padding-top:40px;
}
 
div#pie a{
 color:#fff;
}
 
div#pie a:hover {
 text-decoration:underline;
}

