@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/plantilla/fondo.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #351D0C;
}

a { cursor: pointer; }

p {
	margin: 0px;
}

label { font-weight: bold; }

input, textarea { border: #351D0C 1px solid; background-color: #C7C18D; margin: 4px;}

.botones { margin-top: 30px; text-align: center; }

.form td { vertical-align: top; }

#main
{
	width:795px;
	min-width: 780px;
}

#cabecera
{
	Height: 25px;
	text-align: center;
	text-transform:capitalize;
	vertical-align:middle;
	padding: 10px;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
}


#lateralIzdo
{
	width: 110px;	
	padding: 0px;
	float: left;
}

#centro
{
	/*background-color: #E2DFC5;*/
	background-image: url(images/plantilla/centro.png);
	background-repeat: repeat-y;
	margin: 0px 74px 0px 110px;	
	padding: 5px 5px 5px 5px;
	min-width: 400px;
	min-height: 300px;
}

#lateralDcho
{
	width: 74px;	
	padding: 0px;
	float: right;	
	text-align: center;
}

#lateralDcho img
{
	border-width: 0px;
}

#pie
{
	/*background-color: #351D0C;*/
	background-image: url(images/plantilla/pie.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
	padding: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #E2DFC5;
	text-align: center;
	margin: 0px 74px 0px 110px;	
}

#content
{
	text-align: justify;
	margin: 5px 10px 5px 10px;		
}

#content table
{
	vertical-align: top;
	border: 0px;
	text-align: justify;
}

hr
{
	border-color: #351D0C;
	border-style: solid;
	border-width: 1px;
	margin: 5px 0px 5px 0px;
}

h1
{
	font-size: 14px;
	text-align: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

h2
{
	font-size: 13px;
	margin: 5px 0px 0px 0px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.imgConBorde
{
	border-color: #351D0C;
	border-style: solid;
	border-width: 2px;
}


a, a:link, a:visited
{
	color: #82461E;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

a:hover
{
	color: #B86732;
}

#pie a, #pie a:link, #pie a:visited, .textoClaro
{
	color: #B86732;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

#pie a:hover
{
	color: #E2DFC5;
}

.botones div
{
	background-image: url(images/plantilla/botones/boton.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 29px;
	text-align: center;
	padding-top: 14px;
}

.botones div a { color: #E2DFC5; }
.botones div a:hover { color: #C7C18D; }

.msgError
{
	margin: 20px;
	margin-top: 0px;
	padding: 10px;
	text-align: center;
	background-color: #351D0C;
	border: #C7C18D 1px solid;
	color: #E2DFC5;
}