@charset "UTF-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.STR #container {
	width: 908px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	padding-right: 26px;
	padding-left: 26px;
	background-color: #FFFFFF;
} 
.STR #header {
} 
.STR #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.STR #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 308px;
	padding-right: 26px;
	padding-left: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 90px;
	height: 219px;
	padding-top:18px;
}

.STR #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 308px;
	padding-right: 26px;
	padding-left: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 90px;
	height: 120px;
}
.STR #mainContent {
	width: 540px;
	margin-top: 50px;
	height: 250px;
}
.STR #mainContent_adaptado {
	width: 540px;
	margin-top: 50px;
}
.STR #mainContent_herramientas {
	width: 540px;
	margin-top: 50px;
	height: 650px;
} 
.STR #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
} 
.STR #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.STR #container #header {
}
.STR #logo {
	height: 80px;
}

.STR #logo .imagenLogo { float:left; }
.STR #logo .imagenLogo a { outline:0px; }

.STR #idiomabox {
	width: 184px;
	padding-top: 14px;
	height: 66px;
	float: right;
}
.STR #idioma {
	background-color: #666666;
	width: 80px;
	height: 20px;
	text-align: center;
	float: right;
}
.STR #header_img {
	height: 210px;
}
.STR #img1 {
	width: 542px;
	height: 210px;
}
.STR #img2 {
	float: right;
	width: 361px;
	height: 210px;
}
.STR #menubox {
	height: 20px;
	margin-top: 5px;
}
.STR #textbox {
	display: block;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	height: inherit;
}
.STR #legalbox {
	width: 184px;
	float: right;
	height: 20px;
}
h2 {
	font-size: 16px;
	float: none;
	color: #0099CC;
}
.idioma {
	color: #FFFFFF;
	width: 88px;
	background-color: #999999;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	float: left;
	margin-left: 4px;
}
.idioma a{
	color: #FFFFFF;
	width: 88px;
	text-align: center;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	background-color: #999999;
	display: block;
}
.idioma a:hover{
	color: #FFFFFF;
	width: 88px;
	background-color: #333333;
	text-align: center;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	display: block;
}
.banner_right {
	display: block;
	height: 90px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	vertical-align: top;
}
.banner_right_img {
	display: block;
	width: 110px;
	float: right;
	word-spacing: 10px;
	text-decoration: none;
}
.titulo {
	display: block;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 32px;
	color: #0099CC;
	font-weight: lighter;
	padding-right: 18px;
	padding-left: 18px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
}
.texto_bold {
	font-weight: bold;
}
.texto_bold_azul {
	font-weight: bold;
	color: #0099CC;
}
.texto_marco-puntos {
	background-color: #EEEEEE;
	display: block;
	padding: 8px;
}
.texto_imagen {
	display: block;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.texto_marco-blanco {
	display: block;
	padding-right: 8px;
	padding-left: 8px;
}
.Her_apartado {
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #FFFFFF;
}
.Her_subapartado {
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #0099CC;
}
.Her_text {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 22px;
	display: block;
}
.bold {
	font-weight: bold;
}
.cursiva {
	font-style: italic;
}
.apartado {
	font-size: 16px;
	float: none;
	color: #0099CC;
	display: block;
	padding-top: 14px;
	padding-bottom: 6px;
	line-height: 20px;
}

input{
	background-color:#e8e8e8;
	border:0;
}

textarea{
	background-color:#e8e8e8;
	border:0;
}

.bt_enviar{
	color:#0099cc; font-weight:bold;
	float:left;
}

.bt_enviar A{
	color:#0099cc; font-weight:bold;
	text-decoration:none;
}

select{
	background-color:#e8e8e8;
	border:0;
	width:400px;
}

.head_txt{
	color:#a3a2a4;
	width:95px;
	float:left;
	font-size:11px;
	margin-bottom:5px;
}

.value_txt{
	font-size:11px;
	width:185px;
	float:left;	
	margin-bottom:5px;
}

.boton a { text-decoration:none;color:#0099CC; }
.boton a:hover { text-decoration:underline;color:#0099CC; }

