body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#cabecera {
	height: 90px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	color: #0077B0;
	background-color: #FFFFFF;
	overflow: hidden;
}
#cabecera img {
	float: left;
	border: none;
}


#menu_principal {
	height: 40px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image:   url(images/menu_principal_bg.jpg);
	overflow: hidden;
}

/*- Menu Horizontal--------------------------- */ 
    #mhorizontal {
	height: 40px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: capitalize;
	line-height: 40px;
	font-size: 14px;
      }
    #mhorizontal ul {
	margin:0;
	padding:0px 10px 0 50px;
	list-style:none;
      }
    #mhorizontal li {
	display:inline;
	margin:0;
	padding:0;
      }
    #mhorizontal a {
	float:left;
	margin:0;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 16px;
      }
    #mhorizontal a span {
	float:left;
	display:block;
	padding-top: 0px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mhorizontal a span {float:none;}
    #mhorizontal a:hover {
	color: #FFFFFF;
	background-color: #335EA8;
      }
    #mhorizontal a:hover span {
	color: #FFFFFF;
      }
#mhorizontal .activo {
	font-weight: bold;
	color: #0077B0;
}
/* ------------------------------------------------------------------------------ */

/* Alineacion de clases */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* Mostar clases */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	

#contenido {
	height: 100%;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#pie {
	height: 40px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #335EA8;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
}
#centro {
	float: left;
	width: 690px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#lateral {
	float: right;
	width: 230px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	clear: both;
	margin-top: 8px;
	font-size: 14px;
	line-height: 140%;
	color: #333333;
}
h1 {
	font-size: 24px;
	line-height: 140%;
	color: #335EA8;
	font-weight: normal;
	margin-top: 20px;
}
.interior {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#lateral h1 {
	color: #FFFFFF;
	background-color: #335EA8;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#lateral p {
	font-size: 11px;
	line-height: 120%;
	clear: both;
}
.interior img{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
 }
a {
	font-weight: bold;
	color: #335EA8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#centro li {

	clear: both;
	font-size: 14px;
	line-height: 140%;
	color: #333333;
}
strong {
	font-weight: bold;
	color: #335EA8;
}
.portfolio {
	padding: 4px;
	float: left;
	width: 150px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #999999;
	text-align: center;
}
.portfolio img {
	margin-right: 8px;
	clear: both;
	width: 100px;
}



/* contenido del formulario */

form {
}
input, textarea {
	width:46%;
	border: 1px solid #666666;
	line-height: 23px;
	height: 23px;
	margin-bottom: 2px;
}

textarea {
margin: 0 0 30px 0;
}

label {
	float:left;
	width:150px;
	margin-right: 6px;
	text-align: right;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
}
form div {
	padding:0px 0 4px;
}
input#boton {
	padding:0;
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
}


input:hover, textarea:hover, input#boton:hover { background-color:#FFFF66}


textarea#comentario {
	height: 100px;
}
input#strCAPTCHA {
	width: 100px;
}
.alerta {
	background-color: #FF0000;
	width: 98%;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	border: 1px solid #990000;
	line-height: 20px;
	height: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.mensaje {

	background-color: #009900;
	width: 98%;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	border: 1px solid #666666;
	line-height: 20px;
	height: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#accesible {

	height: 40px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
}
#accesible a img {
	text-decoration: none;
	float: right;
	margin-right: 10px;
}
