body
{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #F2E8E8;
	color: #000000;
}
p
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	margin: 0px 10px 15px 0px;
}
a
{
	color:#CD2E33;
	font-weight: bold;
	text-decoration:underline;
}
a:hover
{
	text-decoration: none;
}
em
{
	font-size: 10px;
}
strong
{
	color: #000000;
}
h1
{
	font-family: Arial;
	font-size: 120%;
	color: #7C5E56;
	font-style: normal;
	margin: 5px 0px 10px 0px;
}
h2
{
	font-family: Arial;
	font-size: 120%;
	color: #000000;
	font-style: normal;
	margin: 5px 0px 2px 0px;
}
table
{
	font-family: Arial;
	font-size: 11px;
}
img
{
	border:0px;
}

/* Pie */
#footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align: center;
	clear:both;
	padding: 10px 0px 0px 0px;
	padding-bottom: 10px;
}
#footer	a
{
	text-decoration: underline;
	color:#ffffff;
}

/* Cabecera */
#header
{
	position:relative;
	margin: 0px 0px 0px 0px;
	height: 90px;
	background-color: #841623;
	color: #ecc6bd;
	z-index: 10;
}
#header a
{
	color: #ecc6bd;
	font-weight:normal;
	text-decoration:none;
}
#headerlogo
{
	position: absolute;
	left:0px;
	top:0px;
}
#headermetamneu
{
	font-size:10px;
	font-family:Verdana;
	position: absolute;
	right: 5px;
	top: 5px;
}
#headermetamneu	.selected
{
	color: #ffffff;
}

/* Menu */
#headermainmenu
{
	position:absolute;
	right: 5px;
	bottom: -3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#headermainmenu .img
{
	float: left;
}
	
/* Contenido */
#contenido
{
	width:800px;
	margin:0px auto 10px auto;
	position:relative;
	background-color: #FFFFFF !important;
}
#conCentral
{
	padding: 10px 10px 10px 10px;
	position: relative;
}
#conLeft
{
	position:absolute;
	top:40px;
	width:150px;
	padding: 5px 0px 5px 5px;
	margin-right:0px;
	margin-left:0px;
	/*float: left;
	background-color:#F4E7E1;*/
	z-index:10;
}
#conLeft a
{
	color:#CD2E33;
	font-weight:normal;
}
#conRight
{
	padding: 150px 0px 5px 5px;
	float:left;
}
#conContent
{
	width:570px;
	padding: 10px 10px 10px 0px;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../gifs/fondo_web.gif);
	background-position: left top;	
	background-repeat:repeat-y;	
	clear: both;
	z-index: 0px;
	position: relative;
	min-height:200px;
}
#conTexto
{
	width:570px;
	padding: 0px 0px 0px 180px;
	z-index: 0px;
	position: relative;
	min-height:200px;
}
#logos
{
	
	position: absolute;
	bottom: 0px;
	width:142px;
}
.logosello
{
	text-align:center;
}

/*#conContent
{
	width:570px;
	padding: 10px 10px 10px 200px;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../gifs/fondo_web.gif);
	background-position: left top;	
	background-repeat:repeat-y;	
	clear: both;
	z-index: 0px;
	position: relative;
}*/

/* Separadores */
.separasup
{
	background-image: url(../gifs/fondo_divisoria_sup.gif);
	background-repeat:repeat-x;
	background-position: left top;	
	margin: 5px 0px 0px 0px;
}
.separainf
{
	background-image: url(../gifs/fondo_divisoria_inf.gif);
	background-repeat:repeat-x;
	background-position: left top;	
	margin: 5px 0px 0px 0px;
	clear: both;
}
.separainfnew
{
	background-image: url(../gifs/fondo_divisoria_new.gif);
	background-repeat:repeat-x;
	background-position: left top;	
	margin: 10px 0px 0px 0px;
	clear: both;
	position: relative;
}
/* Filas y columnas */
.formRow
{
	width:100%;
}
.formCol
{
	width: 48%;
	float: left;
	margin-right:4px;
}
.formCol3
{
	width: 30%;
	float: left;
	margin-right:4px;
}

/* Formularios */
input 
{
	font-family: Arial;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}
#form
{
	width:auto;
}
#form .formRow
{
	clear: both;
    padding: 0px 0px 5px 0px;
}
#form .formColLeft
{
	width: 130px;
	float: left;
	margin-right:4px;
	text-align: right;
}
#form .formColRight
{
	width: auto;
	float: left;
	margin-right:4px;
}

.formbotones	{
	float:right;
	text-align: right;
	padding: 5px 15px 5px 0px;
}
.error
{
	color: #ff0000;
}
.peq
{
	font-size: 10px;
}

/* Floats */
.left
{
	float:left;
}
.right
{
	float:right;
}
#contentcenter
{
	text-align: center;
}
#contentleft
{
	left:0px;
	position: absolute;
}
#contentright
{
	margin-right: 10px;
	margin-left: 290px;
	position: relative;
	top: 0px;
}
#contentright ul
{
	margin-left: 20px;
}

/* Tablas */
.TABLE
{
	margin-bottom: 10px;
}
.TABLE th
{
	font-weight: bold;
	border-bottom: solid 1px black;
}
.TABLE td
{
	padding: 5px 15px 5px 15px;	
	border-right: solid 1px black;
	border-bottom: solid 1px #000000;
}

/* Titulares */
.imgtitular
{
	margin-bottom:10px;
}

/* Imágenes */
.imgright
{
	float:right;
	margin-left: 10px;
}
.imgleft
{
	float:left;
	margin-right:10px;
	margin-bottom: 5px;
}
.imgicon
{
	float:left;
	padding-right:10px;
	width:16px;
}
.txticon
{
	float:left;
	padding-bottom:10px;
	padding-right:5px;
	width:110px;
}
