
body {
	background-color: #FFFFFF;
	margin: 3px 0px 0px 0px;
	text-align: center;
}

a{
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #009971;
}

a:hover{
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #009971;
}

.contenedor{
	width: 750px;
	margin: auto;
	padding: 0px;
}

.header{
	width: 750px;
	text-align: center;
}
.left{
	float: left;
	width: 130px;
	height: auto;
	background-color: white;
	margin: auto;
	text-align: left;
}
.content{
	background-color : #ffffff;
	color : #000000;
	float: right;
	width: 609px;
	height: auto;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 4px;
	}

.content2{
	background-color : #ffffff;
	color : #000000;
	float: left;
	width: 380px;
	height: auto;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 0px;
	}

.content3{
	background-color : #ffffff;
	color : #000000;
	float: left;
	width: 220px;
	height: auto;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	}

.borde1{
	border-right: 1px dashed #008871;
	border-bottom: 1px dashed #008871;
	border-left: 1px dashed #008871;
	padding: 4px;
}

.borde2{
	border-bottom: 1px dashed #008871;
	border-right: 1px dashed #008871;
	padding: 4px;
}

.footer{
	float: left;
	width: 750px;
	height: auto;
}

.titulo{
	text-align: center;
	color: #009971;
	font-weight: bold;
	font-size: 14px;
}

.titulo_artic{
	color: #009971;
	font-weight: bold;
	font-size: 12px;
}
img{
	padding: 4px;
	border: 0px;
}

img.enlace{
	border: 0px;
	padding: 0px;
}

hr{
	border: thin dotted #009971;
	width: 100%;
}

.encuesta{
	background-color: #E5F5F0;
	padding: 4px;
	width: 200px;
	float: right;
	border: 1px solid #A4DDC9;
	margin-left: 4px;
	font-weight: bold;
}

.f_boletin{
	background-color: #E5F5F0;
	border: 1px solid green;
	padding: 5px; 
}

textarea, select, input, button{
	border: 1px solid #A4DDC9;
	margin: 2px;
	background-color: #F8F8F8;
	color: #004600;
}

.formleft{
	float: left;
	width: 335px;
}

.formright{
	float: right;
	width: 265px;
}

.formcenter{
	width: auto;
	padding: 6px;
	font-weight: bold;
	text-align: right;
}

.campos{
	width: auto;
	padding-bottom: 6px;
	vertical-align: top;
	text-align: right;
}

.fondo{
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-y;
}