@charset "iso-8859-1";

/* ESTRUCTURA PAGINA */

* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #27A0BF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
a.intro{
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	
}
a.vinculos{
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	
}
a:hover {
	color: #FFCC00;
}

hr {
	color: #CC0000;
	background-color: #CC0000;
	height: 1px;
	width: 800px;
	border: 0;
	margin-right: auto;
	margin-left: auto;	
}
span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	color: #8f0000;
}



#pagina {
	margin: 0px auto;
	width: 955px;
	background-color: #FFFFFF;
	height: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#head {
	width: 955px;
	height: 113px;
	background-image: url(../images/head.jpg);
}

#menu {
	width: 955px;
	height: 37px;
	
}
#contenido {
	float:left;
	width: 923px;
	background-color: #FFFFFF;
	padding: 16px;
}
#footer {
	height: 26px;
	width: 955px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	background-image: url(../images/fondofooter.jpg);
	padding-top: 11px;
	}
