/*
	yersinia.net 

	Table of Contents:
		general
		cabecera
		contendor global
		menu navegacion
		imagen
		contenido textos
		pie
*/



/* general
----------------------------------------------- */
body {
margin:0; 
font: 0.7180em Verdana, Arial, Helvetica, sans-serif; 
line-height: 1.7; 
color:#F2F5FB ; 
background: #1A1A1A;
}

a {
text-decoration: underline;
color: #FFCC66;
}

a:hover {
text-decoration: underline;
color: #000;
background-color: #999;
}






/* cabecera
----------------------------------------------- */
#cabecera{
width:770px; 
height:102px; 
background-image: url(../img/bgheader.gif); 
}

#cabecera img{
margin:45px 0 0 218px;
}

#cabecera p{
margin:-15px 0 0 365px;
color: #C5C5C5;
font-size: 0.9em;
}

#note{
width:130px;
margin:-30px 0 0 600px;
color: #C5C5C5;
font-size: 0.9em;
line-height: 1.2; 
}





/* Contendor Global
----------------------------------------------- */
#contenedorGlobal{
float:left;
margin:0 0 10px 0;
width: 100%;
height: 185px;
background-image: url(../img/bgmenu.gif);
background-repeat: no-repeat;
}


/* Menu Navegacion
----------------------------------------------- */
#contenedorMenu {
float: left;
width: 202px;
height:300px; 
/* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 202px;
height:300px;
}

#contenedorMenu img {
margin:37px 0 0 0;
}


html>body #contenedorMenu {
width: 202px; /* ie5win fudge ends */
}

.menu{
width: 160px;
list-style-type: none;
margin:23px 15px 0 25px;
padding: 0;
border-top: 1px solid #42454B;
border-bottom: 1px solid #42454B;
}

.menu li a{
	width: 140px;
	background-image:url(../img/flecha1.gif);
	background-repeat: no-repeat;
	background-position: left;	
	font:11px "Verdana", Arial, Helvetica, sans-serif;
	color: #F2F5FB;
	display: block;
	width: auto;
	padding: 4px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #42454B;

}

* html .menu li a{ 
/*IE only. Actual menu width minus left padding of LINK (20px) */
width: 140px;
}

.menu li a:visited {
color: #F2F5FB;
}

.menu li a#current{ 
color:#191D38; 
cursor:default;
background-color: #D9E5F5;
}

.menu li a:hover{
color: #F2F5FB;
background-color: #404D62;
background-image:url(../img/flecha2.gif); /*onMouseover image change. Remove if none*/
}


/* Imagen
----------------------------------------------- */
#imagen {
margin:7px 0 0 6px;
float: left;
width: 70%; 
/* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 70%;
}

html>body #imagen {
width: 70%; /* ie5win fudge ends */
}

/* Contenidos Textos
----------------------------------------------- */	
#contenidoTextos{
float:left;
padding:10px 20px 0 20px;
margin:8px 0 0 7px;
width: 520px;
background-image: url(../img/bgcontenido.gif);
background-repeat: no-repeat;
}

#contenidoTextos strong{
color: #7CC4E9;
font-size: 1.1em;
}

#contenidoTextos img{
margin:20px 0 10px 0;
border: 9px solid #24282D;
}

.nota{
margin:30px 0 0 0;
padding:10px;
width: 500px;
background-color: #333;
}


/* Pie
----------------------------------------------- */	
#pie{
    float:left;
	margin:60px 0 10px 0;
	width: 100%;
	height:60px;
	color: #424242;
	background-image: url(../img/bgpie.gif);
	background-repeat: no-repeat;
	}

.net{
margin:30px 0 0 208px;
}

.validation{
margin:30px 0 0 280px;}

.validation a{
	color: #666666;
	text-decoration: none;
}
