/* -------------------------------------------------------------- *
|																						|		
|							MERBIUS'S STYLES										|
|							Contact: info@merbius.com							|
|							URL: www.merbius.com									|
|							Inicio : March 29th, 2007							|
|																		          	|
* -------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}
p{
	margin: 17px 0;
}
td{
	vertical-align: top;
}
body{ 
	font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	background: #FFF url(img/bgmain.jpg) repeat-x;
	}
H1{
	display: none;
}
#logo{
	margin-left: 12px;
}
a:link, a:visited{
	color: Red;
	text-decoration: none;
}
a:hover, a:active{
	color: #000;
	text-decoration: underline;	
	}
input, textarea, select{
	padding: 3px;
	margin-bottom: 4px;
	font-size: 13px;
	font-family: "Tahoma";
}
option{
	padding: 0 9px;
}
fieldset{ 
	border: 1px dashed #DDDDDD;
	padding: 24px; 
}
fieldset:hover{
	border: 1px solid #9ACD32;
}
#body{
	width: 100%;
	margin-left: -8px; 
	min-height: 300px;
	background: url(img/bgbody.jpg) no-repeat left 95px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	margin-bottom: 24px;
	padding-bottom: 12px;
}
#cuerpo{
	text-align: left;
	width: 900px;
	margin: auto;
}
#menu{
	margin: 176px 0 0 9px;
	padding: 7px 6px;
}
#menu span{
	margin-left: -6px;
}
.linkOff:link, .linkOff:visited {
	padding: 9px 8px;
	background: url(img/bgMenu.jpg) no-repeat left;
	text-decoration: none;
	color: #666;
}
.linkOff:hover, .linkOff:active {
	padding: 9px 8px;
	background: url(img/bgMenu.jpg) repeat-x;
	text-decoration: none;
	color: #000;
}
.linkOn:link, .linkOn:visited {
	padding: 9px 8px;
	background: url(img/bgMenu.jpg) repeat-x;
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
.linkOn:hover, .linkOn:active {
	padding: 9px 8px;
	background: url(img/bgMenu.jpg) repeat-x;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.area1{
	padding: 24px 12px 0 12px;
}
.area2{
	padding: 12px 12px 0 12px;
}
.img1{
	padding-right: 12px;
}
.texto1{
	color: #002F7A;
	font-size: 20px;
	line-height: 24px;
}
.alert{
	color: #CC0000;
	font-weight: bold;
}
.texto2{
	color: #002F7A;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.texto4{
	font-weight: bold;
	font-size: 10px;
}
.texto5{
	color: #002F7A;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.texto6{
	color: #0080FF;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.texto7{
	color: #0080FF;
	font-weight: bold;
}
#bottom{
	text-align: left;
	width: 900px;
	margin: auto;
	color: #999;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 24px;
}
#bottom a:link, #bottom a:visited{
	color: #999;
	text-decoration: underline;
}
#bottom a:hover, #bottom a:active{
	color: #000;
	text-decoration: underline;
}
.divEsp{
	padding: 12px;
	margin-bottom: 18px;
	background: #E1ECF4;
	border: 1px solid #D0E0EF;
}
.divEko{ 
	background: #FFF; 
	text-align: center;
	vertical-align: middle;
	padding: 12px;
}


