@import 'blueprint/lib/reset.css';
@import 'blueprint/lib/typography.css';
@import 'blueprint/lib/buttons.css';
@import 'layout.css';
/* Default fonts */
h1,h2,h3,
h4,h5,h6  { font-family: "Trebuchet MS", Times, serif; color:#900;font-weight:normal}
h3{color:#669900; line-height:18px }
h3.csc-firstHeader {
	/*color:#900;*/
	font-size:18px;
	line-height:22px;
}
h6 {
	font-size:14px;
	padding-bottom:18px;
	
}
body      { font-family: Arial, Helvetica, Verdana, sans-serif; } 
/*body conf*/
body{
	background:#F7F7E6 ;
}
hr{
	background:#D1D1BE none repeat scroll 0% 50%;
	height:1px;
}
table td{	vertical-align:top;}

/*clases genericas*/
.oculta{display:none;}
.clear {clear:both;}
.noclear {clear:none;}
.align-right{text-align:right;}
.align-justify{text-align:justify;}

/*tipografias*/
p{text-align:left;}
/*a{color:#339999}*/
a{color:#6783A7}
h1 a, h2 a, h3 a, h4 a{color:#339999}
/*p*/
p.destacado, ul.destacado{
	font-size:14px;
}
/*inputs*/
input, textarea{
		font:14px Arial , Helvetica, Verdana, sans-serif;
}

/*tablas*/
table{
	
}
table p{
	display:inline;
}

table.tablaSimple{
	width:100%;
	border:0px;
	border-collapse:collapse;
	border-bottom:1px solid #D1D1BE;
	margin-bottom:18px;
}
table.tablaSimple caption{
	font-weight:bold;
	text-align:left;
	
}
table.tablaSimple tr th{
	border:0px;
}
table.tablaSimple tr td{
	border:0px;
	border-top:1px solid #D1D1BE;
}
td.zebra{
	background:#F5F5F1;
}

tr.zebra td{
	background:#F5F5F1;
}
.ancho165{
	width:165px;
}
.entradilla{
	background:#F7F7E6;
	color:#333333;
	font:bold 12px Arial, Helvetica, Verdana, sans-serif; 
	padding:5px 10px;
	margin:24px 0px;
}

/*iconos*/
a.pdf{
	background:url(../img/aPdf.gif) no-repeat top left;
	padding:0px 0px 10px 32px;
}
p.proximos-header{
		
}

a.proximos-link{

}
a.boton-cabecera{
	background:url(../img/botonCabecera.png) no-repeat top left;
	width:250px;
	height:25px;	
	float:right;
	font:10px "Trebuchet MS";
	padding:6px 0px 0px 9px;
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
}
a.boton-cabecera:hover{
	text-decoration:underline;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt img{
	margin-bottom:5px ;
}
