@charset "UTF-8";
/* CSS Document */

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,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

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

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

body{
background-color:#666666;
}


#container {
	width:981px;
	background-color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	
}

/* ESTE ES EL CONTENDIO DE LA CABECERA */
#cabecera {
height:120px; /* no se necesita poner el width */
padding-top:1px;
}

.botonrojo{
float:right;
margin-right:10px;
margin-top:10px; /* separa de la caja */
}

.Logo{
margin-top:20px;
margin-left:20px;
float:left;
}

#cabecera p { /* se hace referencia al parrafo dentro del div id */
margin-top:45px;
margin-left:65px;
color:#333333;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
font-weight:bold;
}

#cabecera p span{
background-color:#993300;
margin-left:15px;
color:#FFFFFF;
padding:5px;
font-weight:bold;
}
	
/* ESTE ES EL CONTENDIO DEL MENU */

#menu {
height:34px;
background-image:url(fotos/main/nav_bg.gif);
background-repeat:repeat-x;
}

.menuLeft{
width:22px;
height:34px;
background-image:url(fotos/main/nav_left.gif);
float:left;
}

.menuRight{
width:22px;
height:34px;
background-image:url(fotos/main/nav_right.gif);
float:right;
padding-right:30px;

}

#menu a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
text-align:center;
color:#000000;
display:block;  /* convertir en elemento de bloque, para poderle dar un alto */
float:left; /* para que el listado se ponga uno al lado del otro */
height:24px; /* 34 - el padding top */
padding-top:10px;
padding-left:55px;


}


/* ESTE ES EL CONTENDIO DE LA SECCION IZQUIERDA */
		#lateralLeft {
		width:550px;
		margin-right:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:2;
		color:#333333;
		float:left;
		margin-right:20px;
		margin-top:20px;
		padding-left:20px;
					}
					
		
		
		.texto1 {
		float:left; 
		width:490px;
		padding-left:35px;
		padding-left:15px;
		margin-bottom:20px;
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:2;
		}
		
		.pdfsTag {
		padding-left:35px;
		padding-left:15px;
		margin-top:20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:2;
		}
		
			
		.texto2 {
		width:260px;
		float:left; 
		padding-left:15px;
		margin-top:20px;
		margin-bottom:20px;
		}
		
		.negritaNegro {
		color:#000000;
		font-weight:bold;
		}
		
		.negritaRoja {
		color:#990000;
		font-weight:bold;
		}
		

#lateralRight {
height:400px;
float:right;
margin-top:40px;

}


	


#footer {
width:981px;
height:25px;
background-color:#999999;
clear:both;

}
#footer p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-top:8px;
float:right;
margin-right:20px;
color:#FFFFFF;
}


#cabecera headerlist span{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:italic;
}

/* ESTE ES EL CONTENDIO DE LA SECCION de las foto gallery */
.fotos{
padding-left:220px;

}
