/* 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 {
	background-color:#55013a;
}


div#principal{
	width:900px;
}

div#cabecera {
}

/*CUERPO*/


div#cuerpo {
	background-color:#eb99d5;
	padding-bottom:20px;
	overflow: hidden;
	padding-top:8px;

}

div#cuerpo #col-menu {
	display:inline;
	width:221px;
	overflow:hidden;
	background-image:url(../imagenes/fondo-menu.jpg);
	background-repeat:repeat-y;
	margin-top:24px;

}


div#cuerpo #col-menu ul{
}

div#cuerpo #col-menu ul li{
	margin-bottom:2px;
	margin-top:2px;
	padding-bottom:8px;
	background-image:url(../imagenes/divisor-botones.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;

}

div#cuerpo #col-menu ul li a{
	padding-left:30px;
	display:block;
	width:162px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4a335c;
	font-weight:bold;
}

div.banner-menu {
	background-color:#eb99d5;
	padding-top:20px;
}


div#cuerpo #col-videos {
	display:inline;
	width:679px;
	overflow:hidden;
}

/* Listado videos */

ul#listado_videos {
}

ul#listado_videos li{
	width:679px;
	background-color:#fee2f5;
	overflow:hidden;
	margin-bottom:15px;

}



ul#listado_videos li div.cabecera{
	height:37px;
	overflow:hidden;
	background-image:url(../imagenes/cabecera-video.jpg);

}

ul#listado_videos li div.cabecera p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	line-height: 37px;
	width:620px;
}

ul#listado_videos li div.columnas{
	margin-top:20px;
	width:620px;
	margin-bottom:10px;
	overflow:hidden;
}

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

}

ul#listado_videos li div.col-capturas {
	width:268px;
}

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

}


ul#listado_videos li div.descripcion {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#333333;
	margin-top:20px;
	margin-bottom:20px;
	width:620px;
}

ul#listado_videos li div.caracteristicas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background-color:#ca63a8;
	height:26px;
	line-height:26px;
	border-bottom: 3px solid #c551a1;

}

/* Banner dentro de un listado */

ul#listado_videos li.banner{
	margin-bottom:9px; !important;
	background-color: #eb99d5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/* Banner fuera de un listado */

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



/*Paginacion*/

div.paginacion {
		width:650px;
		min-height:30px;
  		height:auto !important;
  		height:30px;

	}

*:first-child+html div.paginacion {
		padding-bottom:4px;
		padding-top:1px;
		min-height:25px;
  		height:auto !important;
  		height:25px;
}

* html div.paginacion {
		padding-bottom:4px;
		padding-top:1px;
		min-height:25px;
  		height:auto !important;
  		height:25px;
}

div.paginacion a{
		display:inline;
		margin-right:1px;
		margin-left:1px;
		text-align:center;
		padding:2px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#6b2759;
		border: 1px solid #c763ac;
		line-height:25px;

}

div.paginacion a:hover{
		border: 1px solid #6b2759;
		background-color:#6b2759;
		color:#fff;
}

div.paginacion p#pagina-actual{
		display:inline;
		margin-right:1px;
		margin-left:1px;
		text-align:center;
		padding:2px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#fff;
		border: 1px solid #c763ac;

}

/*Fin paginacion*/

/*Textos*/

div.textos {
width:620px;
		margin-top:20px;
		overflow:hidden;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:justify;
	}

/*Fin textos*/

div#pie {
	background-image:url(../imagenes/pie_cuerpo.jpg);
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px;
}

div#pie a{
	color:#FFFFFF;
}