@charset "utf-8";
/* CSS Document */
BODY{
	background-image:url(../img/fondo/back.png);
	padding:0px;
	margin:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#5f5f5c;
	letter-spacing:-0.5px;
}
#contenedor{
	background-image:url(../img/fondo/ilustracion.png);	
	background-repeat:no-repeat;
	background-position:top;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	height:636px;
	display:table;
	margin-top:30px;
}
#pastilla-abre{
	margin-top:29px;
	background-image:url(../img/pastilla/fondo_pastilla_abre.png);
	height:20px;
	width:500px;
	margin-left:242px;
	background-position:top right;
	background-repeat:no-repeat;
}
#pastilla-cierra{
	background-image:url(../img/pastilla/fondo_pastilla_cierra.png);
	height:24px;
	width:500px;
	margin-left:242px;
	background-position:top right;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#pastilla{
	background-image:url(../img/pastilla/fondo_pastilla_medio.png);
	background-position:top right;
	background-repeat:repeat-y;
	width:500px;
	height:600px;
	margin-left:242px;
	display:table;
}
#columna-pestanas{
	float:left;
	width:35px;
	text-align:right;
}
#columna-pestanas IMG{
	margin-bottom:3px;
	border: 0px none;
}
#main{
	float:left;
	width:422px;
	height:520px;
	padding:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	display:table;
}
#main-sombra{
	background-image:url(../img/main/sombras.png);
	background-repeat:no-repeat;
	background-position:center;
	height:6px;
	
}
#sombrainferior{
	background-image:url(../img/fondo/sombra.png);
	width:916px;
	height:17px;
	margin-left:auto;
	margin-right:auto;
}
#fotogrande{
	text-align:center;
	
}
#fotogrande IMG{
	border:#dad9d3 solid 5px;
	margin-top:5px;
}
#titulo{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

	font-size:14px;
	color:#308bbb;
	margin-top:5px;
	margin-bottom:5px;
}
#subtitulo{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;

	font-size:12px;
	color:#308bbb;
	margin-top:5px;
	margin-bottom:5px;
}
#zonatexto{
	background-color:#fff;
	padding:5px;
}
#menupostales{
	background-color:#fff;
	padding:5px;
	display:table;
	width:411px;
}
#minifoto{
	float:left;
	display:table;
	margin-left:14px;
	margin-right:14px;
	margin-top:7px;
	margin-bottom:7px;
	width:70px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	text-align:center;
	
}
#minifoto A{
	color:#5f5f5c;
	text-decoration:none;
}
#minifoto IMG{
	border:0px;
}
#migaspan{
	color:#5f5f5c;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	height:8px;
}
.campos{
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	color:#5f5f5c;
}
.campotextarea{
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	color:#5f5f5c;
	width:380px;
}
.botonliso{
	height:18px; border: #4f5459 solid 1px; font-size:10px; color: #4f5459;
	width:130px;
}
.botoncico{
	height:22px; border: #4f5459 solid 1px; font-size:10px; color: #4f5459;
	width:130px; padding-left:10px; padding-right:10px; text-decoration:none; margin:5px;
}
#creditos{
	font-size:10px;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
#creditos A{
	color:#5f5f5c;
}