body{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	margin:0 auto;
	padding:0;
	text-align: left;
}

html {
	height: 100%;
	margin-bottom: 1px;
	overflow-x:hidden;
	overflow-y:auto;
	/*background-color:#003150;*/
	background-image:url(imgs/fondo.gif);
}

img {
	border: 0;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration: underline;
}

/*divs*/

#todo {
	padding: 10px 0px 0px 10px;
	width:800px;
	height: auto;
	margin: 0 auto;
	background-color:#FFF;
}

#logo{
	float:left;
}

#cabecera{
	width: 800px;
	height: 150px;
}

#titulo{
	padding: 0px 5px 0px 20px;
	float:left;
	width: 300px;
	height: 150px;
}

#menutodo{
	float:right;
}

#menu{
	width: 280px;
	height: 22px;
	margin:9px 0px 0px 0px;
	padding: 5px 60px 0px 20px;
}

#lateral {
	float:left;
	width:109px;
	height: 519px;
	margin: 0px 20px 0px 0px;
	background:url(imgs/fondolateral.jpg);
}

#contenido{
	clear:both;
	float: left;
	width: 800px;
	height: auto;
}

#textopral{
	float: left;
	width: 450px;
	height: auto;
}

#textoquienes{
	float: left;
	width: 430px;
	height: auto;
}

#textoancho{
	float: left;
	width: 660px;
	height: auto;
}

#fotos{
	width: 600px;
	height: 420px;
	padding: 10px 2px 0px 10px;
	margin: 0px 0px 20px 0px;
	border: solid;
	border-width: 1px;
	border-color:#999;
}

#fotocomercio{
	clear: both;
	width: 630px;
	height: 340px;
	padding: 10px 2px 0px 10px;
	margin: 0px 0px 20px 0px;
	border: solid;
	border-width: 1px;
	border-color:#999;
}

#fototalon{
	float: left;
	width: 303px;
	height: 140px;
	padding: 10px 2px 0px 10px;
	margin: 0px 10px 20px 0px;
	border: solid;
	border-width: 1px;
	border-color:#999;
}

#metodos{
	float:left;
	width: 180px;
	height: 280px;
	border: solid;
	border-width: 2px;
	border-color:#005b8a;
	text-align: justify;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
}

#imgmetodo{
	padding: 0px 0px 0px 10px;
}

#pie{
	clear: both;
	height:20px;
	width:auto;
	background-color:#005a8b;
	color:#FFF;
	text-align:center;
	padding: 10px 0px 25px 0px;
}

/*clases*/

.titulo1{
	font-size: 35px;
	color: #f6d101;
	font-weight: bold;
}

.titulo2{
	font-size: 15px;
	color: #0082c0;
	font-weight: bold;
}

.titulo3{
	font-size: 15px;
	color: #005a8b;
}

.justificado {
	text-align: justify;
}

.titulometodo {
	text-align:center;
	font-size:14px;
	color:#0082c0;
}
