/* 

ESTILO GENERAL DE TODA LA PÁGINA WEB
Esta hoja de estios debe estar vinculada desde todos los documentos xhtml

*/

/*reseteador de estilos por defecto*/

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: Verdana, Geneva, sans-serif;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: normal;
color: black;
background: color:#991f36;
background-image:url(../img/fondogen.png);
background-repeat:repeat-x;
font-family:Verdana, Geneva, sans-serif
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing=”0?‘ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: “”;
}
blockquote, q {
quotes: “” “”;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/

body{
/* 
line-height:normal;
padding:0px;
margin:0px;
font-family:-------------;
background-color:------------;
color:-------------;
font-size:----------;
*/
}
a{
	
}
a:link {
		text-decoration:none;
}

a:hover{
	text-decoration:underline
}
h1{
	color:#FFF;
	font-size:24px;
	letter-spacing:3px;
	font-weight:normal
}

h2{font-size:18px;
}
h3{
}
ul{
	list-style-image:url(../img/li.png);
	top:20px
}
li{
	
}
p{
	color:#666;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	line-height:18px;
}

.parrafo_azul{
	color:#00135d;
	font-weight:bold
	}
.parrafo_bold{
	font-weight:bold}



#container{ /*contiene toda la pagina, todo esta dentro de este div*/
background-image:url(../img/content.png);
width:980px;
overflow:hidden;
margin:0px auto; 


}

#banner{ /*fondo de la cabecera de la pagina */
background-image:url(../img/header.png);
background-repeat:no-repeat;
width:980px;
height:150px;
padding-top:40px;
padding-left:530px;
overflow:hidden;
margin:0px auto; 
}

#intro #header{
	
/*cabecera de la pagina*/
}

/* menu */

#menu{
	background-image:url(../img/menu.jpg);
	background-repeat: no-repeat;
	width:950px;
	height:55px;
	margin-left:-35px
}	

#menu a{
	text-decoration:none}

#bot1{
	width:80px;
	height:55px;
	padding-left:39px;
	padding-top:17px;
	float:left
	}
a #bot1{
	color:#FFF;
	text-decoration:none}
a:hover #bot1{
	background-image:url(../img/bot1.jpg);
	width:80px;
	height:38px}
	
#bot2{
	width:156px;
	height:55px;
	padding-left:30px;
	padding-top:17px;
	float:left
	}
a #bot2{
	color:#FFF;
	text-decoration:none}
a:hover #bot2{
	background-image:url(../img/bot2.jpg);
	width:156px;
	height:38px}

#bot3{
	width:108px;
	height:55px;
	padding-left:30px;
	padding-top:17px;
	float:left
	}
a #bot3{
	color:#FFF;
	text-decoration:none}
a:hover #bot3{
	background-image:url(../img/bot3.jpg);
	width:108;
	height:38px}
	
#bot4{
	width:150px;
	height:55px;
	padding-left:30px;
	padding-top:17px;
	float:left
	}
a #bot4{
	color:#FFF;
	text-decoration:none}
a:hover #bot4{
	background-image:url(../img/bot4.jpg);
	width:150;
	height:38px}
	
	
#bot5{
	width:160px;
	height:55px;
	padding-left:30px;
	padding-top:17px;
	float:left
	}
a #bot5{
	color:#FFF;
	text-decoration:none}
a:hover #bot5{
	background-image:url(../img/bot5.jpg);
	width:160;
	height:38px}
	
	
#bot6{
	width:107px;
	height:55px;
	padding-left:30px;
	padding-top:17px;
	float:left
	}
a #bot6{
	color:#FFF;
	text-decoration:none}
a:hover #bot6{
	background-image:url(../img/bot6.jpg);
	width:107;
	height:38px}


/*Fin de menu*/

#cuerpo{
	background-image:url(../img/centro.png);
	background-repeat: repeat-y;
	width:930px;
	padding-left:50px;
	

	}

#bordeabajo{
	background-image:url(../img/abajo.png);
	background-repeat: no-repeat;
	width:980px;
	height:43px
	
	

	}
	
	

#breadcrums{ /*menu de migas de pan de la pagina*/
}

#supportingText{ /*contiene el contenido de la pagina*/
}

#footer{ /*contiene el pie de la pagina*/
background-image:url(../img/pie.png);
width:960px;
height:170px;
margin:0px auto;
padding-top:50px;
font-size:9px
}

#flash{
	
	
	margin-left:70px}
	
	

.izquierda{
	float:left}

.derecha{
	float:right}
	
.abajo{
	clear:both;
	height:0px}

#chivato{
	
	color:#FFF;
	font-size:12px}
        
        
.miniatura{
    float: left;
    display: block;
    width:100px;
    max-height: 90px;
    overflow: hidden;
    border: 8px solid #8C0025;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-right:37px;
    margin-bottom:37px;
}

.miniatura img{
                max-height:160px;
}


