/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	background:#002128;

}
#todo{
	margin: 15px auto;
	width: 900px;
}
#contenido{
	margin: 10px auto;
	width: 900px;
}
#cabecera{
    width: 900px;
	height: 310px;
    border: 1px solid #000;
}
	
#cabecera1{
    width: 900px;
	height: 100px;
	border: 1px solid #000;
	background: url(../images/cabecerapng.png);
}
#cabecera2{
    width: 900px;
	height: 200px;
	border: 1px solid #000;
	background: url(../images/cabecerab.png);
}
#cuerpo{
    background:#266E84;
	width: 860px;
	border: 1px solid #000;
	display: table;
	padding: 10px 20px;
}
   /* =mnav


-------------------------------------- */
#mnav {
	background: transparent;
	position: relative;
	height: 37px;
	padding:0 0 0 22px;
	width: 900px !important;
    font-size:14px;
	}
#mnav ul {
	background: transparent;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 778px;
	}
#mnav ul li {
	background: transparent;
	list-style: none;
	float: left;
	margin-right: 5px;
	border: 1px solid #fff;
	border-bottom: none;
    height:37px;
	}
#mnav ul li a {
	background: #286E80;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 2px;
	padding: 11px 12px;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bolder;
    height:15px;
	}
#mnav ul li a:hover {
	color: #000;
	text-decoration: underline;
	background: #C2CE5E;
	}
#mnav ul li a.current {
	color: #000;
	background: #C2CE5E;
	}
#mnav ul li a.first {
	padding-left: 25px;
	}
#mnav ul li a.last {
	padding-right: 25px;
	}	    
.texto, h3, #content li, #basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 10px;
}
#content li{
	padding-left: 20px;
	list-style-position: inside;
}
#pie{
	background: url(../images/pie.png);
	width: 900px;
	height: 25px;
	border: 1px solid #000;
}
#content img.float{
	float: right;
	margin: 10px;
	margin-top: -20px;
}
.galeria{
	float: left;
	height: 98px;
	width: 145px;
	overflow: hidden;
	border: 1px #fff solid;
	margin: 5px;
}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	padding:14px;
	display: table;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#aaa;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input, #basic textarea{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
		border:solid 1px #666666;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}
	.rojo{
		color:#ff0000;
		font-weight: bolder;
	}