@charset "utf-8";

/* CSS 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* FIN CSS RESET */

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	outline:none;
}

#wrapper{
	width:945px;
	margin:0 auto;
}

.izq{
	width:222px;
	background:url(../img/back.jpg) no-repeat 0 25px; 
	height:810px;
	/*position:fixed;*/
}

.sarampion{
	width:221px;
	height:129px;
	margin:200px 0 44px 0;
}

.izq p{
	text-align:right;
	line-height:21px;
	font-size:14px;
}

.izq a, .wrapper a{
	color:#CB091C;
}

.izq a:hover, .wrapper a:hover{
	color:#000;	
	text-decoration:underline;
}


.centro{
	width:460px;
	margin:0 20px 0 20px;
}

.centro .titulo{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:20px;
	text-indent:2px;
	margin:55px 0 15px 0;
	color:#000;
}
.enlace{
	margin:10px 0 0 0;
}
.enlace a{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#CB091C;
	text-decoration:none;
	font-size:13px;
	
}

.enlace a:hover{
	color:#000;
	text-decoration:underline;
}

.centro .separador{
	border-top:1px dashed #999;
}

.centro img{
	margin-top:20px;
}

.acordeon p{
	padding-bottom:20px;
	line-height:15px !important;
}

.preguntas {
	margin-left:10px;
	font-weight:bold;
	font-size:14px;
	color:#000;
	text-decoration:none;
	margin:10px 0 10px 0;
	padding-left:10px;
	background:url(../img/icono.jpg) 0 3px no-repeat;
	
}

.preguntas:hover{
	text-decoration:underline;
	cursor:pointer;
}

.vac{
	border:1px dashed #CC0000;
	
}

.vac .titulo{
	margin:0px;
	padding-bottom:10px;
}

.vac .wrapper{
	width:415px;
	margin:20px 0 0 20px;
}

.wrapper p{
	
	line-height:18px;
}



.der{
	width:222px;
	background:#000;
	height:827px;
	
}

.der ul img{
 	width:202px;
	height:188px;
	margin:15px 10px;
}

.der ul li p {
	width:202px;
	margin:0 auto;
	color:#FFF;
	font-size:11px;
}

.creditos{
	width:718px;
	margin-left: 230px;
	text-align:center;
	font-size:10px;
	line-height:13px;
	color:#666;
}

.top{
	width:718px;
	margin-left:230px;
	
}
.comparte{
	 background:#FFF;
	 width:222px;
	 height:50px;
}

.addthis_toolbox{
	width:222px;
	margin-left:42px;
	padding-top:8px;
}



.left{
float:left;
}

.right{
	float:right;
}
.clear{
	clear:both;
}





