/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	font:12px/1.50 "Lucida Sans Unicode", Tahoma, Verdana;
	background: url(../imagenes/fondo.jpg) repeat-x #fff;
	text-align: justify;
	color: #191919;
	height: auto;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	display: block;
	float: left;
	padding: 0 20px 0 0;
	margin: 35px 0 0 53px;
	font:16px/1.40 "Lucida Sans Unicode", Tahoma, Verdana;	
	letter-spacing: 1px;
	font-weight: bold;
	color: #e0e9f1;
	border-right: solid 1px #9fc6e9;
}
*html h1{ margin-left/**/:/**/ 26px;}

h2 {
	display:block;
	float: left;
	padding: 3px 0 1px 20px;
	margin: 35px 0 10px 0;
	font:12px/1.40 "Lucida Sans Unicode", Tahoma, Verdana;	
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
}
h3 {
	padding: 0;
	margin: 0 0 20px 0;
	font:14px/1.25 "Lucida Sans Unicode", Tahoma, Verdana;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
}

h4 { 
	padding: 0 0 30px 0;
	margin: 0;
	letter-spacing: 1px; 
	font:12px/1.50 "Lucida Sans Unicode", Tahoma, Verdana;	
	color: #6b7d8e;
	background: url(../imagenes/dotted.gif) repeat-x bottom left;
}
h5 { 	
	padding: 0;
	margin: 30px 0 10px 0;
	font:12px/1.40 "Lucida Sans Unicode", Tahoma, Verdana;	
	letter-spacing: 1px;
	font-weight: bold;
	color: #800000;
}

p, ul, ol {
	margin:0;
	padding:0 0 14px 0;
}

ul, ol {
	list-style:none;
	padding:0 0 18px 40px;
}

blockquote {
	margin:22px 40px;
	padding:0;
}

small { font-size:0.85em; }
img { border:0; }

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
	text-decoration:none;
	outline: none;
}

/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea { font:1em arial, helvetica, sans-serif; }
textarea { line-height:1.25; }
label { cursor:pointer; }

/***** Tables *****/

table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}

table tr td {
	padding:2px;
}

/***** Wrapper *****/

#wrap {
	width:900px;
	margin: 0 auto;
	padding: 0 5px;
	min-height: 500px;
	background: url(../imagenes/fondoWrap.jpg) no-repeat top left #f6f5f5;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.floatLeft 		{ float:left; }
.floatRight 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.width100 		{ width: 100%; }
.width75 		{ width: 75%; }
.width50 		{ width: 50%; }

/***** Structure Classes *****/

#header{
	display: block;
	float: left;
	width: 100%;
	height: 144px;
	margin:0;
	padding:0;
}
#container{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #f6f5f5;
}
#left{
	display: block;
	float: left;
	width: 199px;
	height: 100%;
	margin:0;
	padding:0 0 32px 0;
}
#main{
	display: block;
	float: left;
	width: 650px;
	height: 100%;
	padding: 0 31px 0 19px;	
}

/***** Header Classes *****/

#header ul{
	display: block;
	float: right;
	margin: 36px 27px 0 0;
	padding: 0;
}
*html #header ul{ margin-right: 13px; } 

#header ul li{
	display: block;
	float: left;
	border-right: solid 1px #fff;
	padding: 0 8px;
}
#header ul li.last{ border: none;}

#header ul li a:link{ color: #fff;}
#header ul li a:visited{ color: #fff;}
#header ul li a:hover{ color: #355385;}
#header ul li a:active{ color: #fff;}
#header ul li a.first{ color: #355385;}

/***** Left Classes *****/

#left ul.menu{
	display: block;
	width: 152px;
	margin:36px 0 0 26px;
	padding:0;
}
#left ul.menu li{
	display: block;
	height: 25px;
	margin:0;
	padding:0;
	font-size: 12px;
}
#left ul.menu li.title{ 
	font-weight: bold;
	font-size: 12px;
	background: none;	
}
#left ul.menu li a{
	display: block;
	float: none;
	margin:0;
	padding: 6px 0 5px 28px;
	background: url(../imagenes/fondoMenu.gif) no-repeat bottom left;
}
#left ul.menu li a:link{ color: #000;}
#left ul.menu li a:visited{ color: #000;}
#left ul.menu li a:hover{ color: #2b4671; background: url(../imagenes/fondoMenuHover.gif) no-repeat bottom left;}
#left ul.menu li a:active{ color: #000;}
#left ul.menu li a.active{ color: #800000; background: url(../imagenes/fondoMenuHover.gif) no-repeat bottom left;}
#left ul.menu li a.last{ color: #000; background: url(../imagenes/fondoMenuLast.gif) no-repeat bottom left;}
#left ul.menu li a.last:hover{ color: #000; background: url(../imagenes/fondoMenuHoverLast.gif) no-repeat bottom left;}

/***** Main Classes *****/

#main p{ margin: 10px 0; padding:0; line-height: 1.55em; }

#main img.imgRight{
	display: block;
	float: right;
	padding: 3px;
	border: 1px solid #dbdada;
	margin: 0 0 4px 18px;
}
#main p.imgDescr{ 
	display: block; 
	float: right;
	clear: right; 
	width: 217px;
	background-color:#e1e0e0;
	padding: 4px;
	margin: 0 0 18px 18px;
	text-align: center;
}

#main a:link{ color: #2b4671; background: url(../imagenes/dotted.gif) repeat-x bottom left;}
#main a:visited{ color: #2b4671;}
#main a:hover{ color: #800000; background: url(../imagenes/dotted.gif) repeat-x bottom left;}
#main a:active{ color: #2b4671;}

#main a.imprimir{
	position: relative;
	top: 21px;
	left: 630px;
	border: none;
}

p.valido{
	display: block;
	clear: both;
	width: 100%;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0;
}

/***** Footer Classes *****/

#footer{ 
	display: block;
	height: 20px;
	background-color: #800000;
	margin: 31px 0 0 0;
	padding: 10px 12px 10px 12px;
	color: #fff;
	font-size: 11px;
}
#footer a:link{ color:#cfd9e2; border-bottom: dotted 1px #afc1d2;}
#footer a:visited{ color:#cfd9e2; border-bottom: dotted 1px #afc1d2;}
#footer a:hover{ color:#fff; border-bottom: dotted 1px #fff;}
#footer a:active{ color:#cfd9e2; border-bottom: dotted 1px #afc1d2;}