/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
	margin: 0px;
	height: 100%;
	padding: 15px;
//	font-family: Arial, Helvetica, Sans Serif;
	font-family: Lucida Grande, Verdana,Helvetica,Arial,Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
}

a:link, a:visited {
	color: #00f; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #269CDD;	text-decoration: none;
	font-weight: bold;
}

.borde_exterior {
	border: 2px solid #f7eda2;
	padding: 0px 0px 0px 0px;
	width: 784px;
	color: #000000;
	text-align: left;
	background: url(bg_marco.png);
}

.marco_banner {
	border: 2px solid #000000;
	padding: 0px 0px 0px 0px;
	width: 780px;
	color: #ffffff;
	text-align: right;
	background: #000000;
}

.menu-left {
	border: 0px solid #ff0000;
	margin: 0px 0px 0px 0px;
	padding: 0px ;
	padding-right: 0px;
	text-align: left;
	float:left;
	height: 55px;
	width: 400px;
	background-image: url(menu-left.gif);
	background-position: 0 0px;
	background-repeat:no-repeat;
	
}

.menu-right {
	border: 0px solid #ff0000;
	margin: 0px 0px 0px 0px;
	padding: 0px ;
	padding-right: 0px;
	text-align: right;
	float: right;
	height: 55px;
	width: 384px;
	background-image: url(menu-right.gif);
	background-position: 0 0px;
	background-repeat:no-repeat;
	
}

b.pintores {
	font-size:11px;
	color: #173E7B;
	font-weight: bold;
}

a.pintores:link, a.pintores:visited
{
	font-size:10px;
	color: #f7eda2;
	padding-left: 3px;
	padding-right: 1px;
	padding-bottom : 1px;
	padding-top: 3px;
	margin-right: 3px;	
}

a.pintores:hover
{
	color: #173E7B;
}

a.boton:link, a.boton:visited
{
	font-size:12px;
	color: #f7eda2;
	text-decoration: none;
	border : 1px solid #f7eda2;
	background : #000000;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom : 1px;
	padding-top: 1px;
	margin-right: 3px;	
}

a.boton:hover
{
	color: #000000;
	background : #173E7B;
}

a.cuadros:link {
	font-size:9px;
	color: #173E7B; text-decoration: none;
	font-weight: bold;
}

a.cuadros:visited {
	font-size:9px;
	color: #173E7B; text-decoration: none;
	font-weight: bold;
}

a.cuadros:hover {
	font-size:9px;
	color: #269CDD;	text-decoration: none;
	font-weight: bold;
}

.footer {
	text-align: center;
	color: #ffffff;
	padding: 3px;
	font-size: 9px;
}

P {
	text-indent: 15px;
	margin: 3px 3px 5px 5px;
	text-align: justify ;
}

H1 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
	margin-bottom: 10px;
	color: #173E7B;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	margin-bottom: 10px;
	color: #173E7B;
}
H3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 5px;
	margin-bottom: 10px;
	color: #173E7B;
}
a.chico {
	font-size: 9px;
}

/** 
** FORMULARIO
**/
.botonform{
	font-size:12px;
	color:#fff;
	background-color:#789386;
	border : 1.5px solid #173E7B;
	}
.campo{
	color:#173E7B;
	background-color:#ffffff;
	border : 1.5px solid #173E7B;
	}

