/************************* generales **********************/
html, body, div, dl, img, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, p, blockquote, th, td 
	{ margin : 0; padding : 0; }

# obj1 { 
	margin : 0; 
	padding : 0;
}

a {
	text-decoration: none;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

/************************* wrapper **********************/
#wrapper
	{
	width: 986px;
	margin:0 auto;
	background-image: url('../img/background_int.jpg');
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */


/************************* header *************************/
#header {
	width: 986px;
	height: 125px;
}

/************************* toolbar *************************/

#toolbar {
	height: 20px;
	background-color: #b3071b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt; 
	width: 986px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

#toolbar ul {
	margin: 0px;
}

#toolbar ul li {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 4px 0px;
	width: 120px;
	display: inline;
}

#toolbar a, a:hover {
	color:#fff;
	text-decoration: none;
}

/************************* centro *************************/
#centro {
	float: left;
	width: 569px;
}
	
* html #centro {
	display: inline;
}

#centroint {
	padding: 0px 20px 0px 20px;
}

.abajoint {
	clear: both;
}

/************************* bottom *************************/
#bottom {
	width: 986px;
	height: 41px;
	float: left;
	display: inline;
}

.bottom {
	float: left;
}

#abajo {
	width: 633px;
	margin-left: 1px;
	margin-right: 1px;
	height: 27px;
	background-image: url('../img/pie02.gif');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 14px;
	float: left;
}

#abajo h3 {
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Verdana;
	color: #fff;
}

#abajo h3 a{
	color: #fff;
	text-decoration: none;
}

.izqcent {
	width: 250px;
	float: left;
}

.dercent {
	width: 250px;
	float: right;
}
	
/************************* izquierda *************************/
#izquierda { 
	float: left; 
	margin:0;
	padding:0;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 200px;
}
#izquierda ul {
	list-style:none;
}

#izquierda ul li {
	margin:0;
	padding:0px;
}

#izquierda ul li a {
	display:block; 
	width:179px;
	padding:8px 0px 8px 20px;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#ffffff;
	background-image:url('../img/hovertitle2.jpg');
}

#izquierda ul li a:hover {
	color:#848587;
	background-color:#000000;
	background-position:bottom;
}

.titulo {
	padding-left: 20px;
	font-size: 10pt;
	font-family: Georgia, Verdana;
	font-weight: bold;
}

.imgcent {
	padding-left: 15px;
}

/************************* fin izquierda *************************/

/************************* derecha *************************/
#derecha
	{
	float: left;
	width: 216px;
	}

/************************* footer *************************/	
#footer {
	width: 986px;
	background-color: #fff;
	height: 40px;
	padding-top: 20px;
	clear: both;
	text-align: center;
}

/**************formulario***********************/

.letraformulario { 
	color: #848587; 
	font-size:10px; 
	font-weight:bold; 
	font-family: Verdana, sans-serif;
}

.letraformulario input, textarea { 
	border:1px solid #666; 
	color:#808080;
}

.letraformulario input:focus, .letraformulario input:hover { 
	border:1px solid #666;
}