/** Fichero principal de estilos
*Proyecto: LUNATICO 11 de abril de 2007 San Estanislao, obispo y m�rtir
*@Autor: Bernardo Alemany
*/
body{
	font-family:Verdana,Helvetica,sans-serif;
	}
.maquetadora{
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
}


.boton{
background-color: #876a89; 
max-width: 150; 
min-width: 150; 
text-align: center; 
}

/*de los textos*/
.domicilio{
	font-size:9px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	text-align: right;
	vertical-align: middle;
}

.titulo{
	font-size: 14px;
	color: #302e66;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	height: 20;
}

.texto{
	font-size: 12px;
	color:#424242;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	letter-spacing: 1px;
}
.destacado{
	font-size: 12px;
	color:#424242;
		font-weight: bold;
}
.pie {
	 color: #353567;
	 font-size: 0.7em;
}
.indentado{
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-left:  50px;
	vertical-align: top;
	letter-spacing: 1px;
	text-align: justify;	
}
.textolegal{
	font-size:0.50em ;
	text-decoration: none;
	vertical-align: top;
	letter-spacing: 1;
}

.legal{
	font-size: 9px;
	color: #A52A2A;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	letter-spacing: 1;
}
.gal{
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1;
}
/*de las listas*/
.star{
	list-style-image: url("../images/topostrella.png");
	list-style-type: square;
	;
	
	
}

/*capas de los menus y submenus*/

.foto{
	width: 93;
	height: 171;
	z-index: inherit;
	position: relative;
	left: 0px;
}
.sp {
color:#b0717d;
padding-left:  130px;
font-weight: bold;
visibility :hidden;
position : relative;
margin-top: -22px; 
text-align : center;
}

.en {
color:#726FE0;
padding-left:  130px;
font-weight: bold;
visibility :hidden;
position : relative;
margin-top: -22px; 
text-align : center;
}
.capamenu{
	position: relative;
	text-align: center;
	cursor: hand;
	margin-left: 0;
	margin-top: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
}
.capagal{
	position: absolute;
	border: solid #818181 2px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	background-color:#e5e5e5;
	width:150px;
	visibility: hidden;
	z-index:1;
}
.capagal-2{
	position: absolute;
	border: solid #818181 2px;
	/*padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 9px;*/
	background-color:#e5e5e5;
	visibility: hidden;
	z-index:1;
}
.mosa{
	background-position: center;
	background-repeat : no-repeat;
	border: solid #818181 2px;
	height : 100px;
	position : relative;
	width : 100px;
}
.mosa-roja{
	background-position: center;
	background-repeat : no-repeat;
	border: solid #ea1515 2px;
	height : 100px;
	position : relative;
	width : 100px;
}

.iconos{
	position: relative;
	color: black;
	text-align: center;
	cursor: hand;
	margin-left: 0;
	margin-top: 0;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	/*font-weight: bold;*/
	vertical-align: bottom;
	
	text-align: left;
	
	font-size: 11px;
	padding-left: 0px;
}

/*de los enlaces*/
a {
	text-decoration: none;
}
a.prod{
	text-decoration:none;
	color: black;
}

a.produc{
	text-decoration:underline;
	color: #302e66;
	font-size: 11px;
}

a.aviso {
	color: #876a89;
	font-size: 11px;
	text-decoration: underline;	
}


a.opcion{
	color: #FFFFFF;
	text-decoration: none;
}


a.opcion:active { 
	color: #BF3600; 
}

a.opcion:hover {
	color: #ffa500;
}



/**
*Fin del fichero
*/