/*ESTE ES UN CODIGO PARA CENTRAR EL CONTENIDO EN LA VENTANA DEL NAVEGADRO 
#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:350px;
	height:300px;
	margin-top: -150px; set to a negative number 1/2 of your height
	margin-left: -175px; set to a negative number 1/2 of your width
	border: 2px solid #2982C6;
	background-color: #FFF;}
*/	
	
* {
 margin: 0;
 padding: 0;
 list-style: none;
 border: 0;
 background-repeat: no-repeat;
 text-decoration: none;
 outline: none;
 }
body {
	background: #9c1e3d url(img/bg_mamen.jpg);
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px;line-height: 21px;  }
p{ line-height: 140%;}
 #contenedor_general {
	width: 830px;
	height: 555px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -415px;
	margin-top: -261px;
	border: 10px solid #FFFFFF;
	text-align: center;
	background-color: #fff;
}


#tarjeta{
	width: 250px;
	height: 150px;
	z-index: 10000;
	position: absolute;
	left: 415px;
	top: 251px;
	background-color: #9d273d;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#textocentral{
	position:absolute;
	background-color:#E9E9E9;
	top: 5px;
	left:5px;
	width: 550px;
	height: 550px;
}
#tarjeta p {
	font-variant: small-caps;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-weight: 400;
	margin-top: 50px;
}
.subnombre {
	font-variant: normal;
	font-size: 0.8em;
}
#menu {
	background-color: #FFFFFF;
	position: absolute;
	height: 150px;
	width: 150px;
	left: 685px;
	top: 252px;
}
 h1 {
	text-indent: -3000px;
}
#tarjeta h1 a {
	display:block;
	height:40px;
	text-indent:-9999px;
	width:240px;
	margin-top: 55px;
}
#menu ul {
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	list-style-type: none;
	text-align: left;
	margin-top:15px;
	width:145px;
}
#menu ul li a {
	text-decoration: none;
	color: #666666;
	display: block;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu ul li a:hover, #menu ul li a:active {
	color:#9d273d;
	font-weight: 600;
}
#menu .rayasuperior a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#contenido_general {
	width: 400px;
	float: left;
}
.direccion {
	font-size: 1.2em;
	text-align: center;
}
