/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#contenedor_general {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	margin-top: 0px;
}

#cabecera {
	width: 950px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: left;
	background-color: #ffffff;
}

#menu {
	width: 100%;
	height: 100px;
	float: left;
	background-color:#000066;
	height: 50px;
}

#menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 10px;
	padding-left: 0px;
}

#menu li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 56px;
	padding: 0px;
	float: left;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ababab;
	font-weight: normal;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ababab;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #0171c3;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #84b818;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0171c3;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contenedor {
	float: left;
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#contenedor p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	margin-bottom: 10px;
}

#contenedor a {
	color: #999999;
	text-decoration: none;
}

#contenedor a:hover{
	color: #999999;
	text-decoration: underline;
}

#contenedor img {
	padding: 4px;
	border: 1px solid #999999;
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}

table {
	margin-top: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

#pie {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	border-top: 4px solid #eeeeee;
	float: left;
	background-color: #ffffff;
}

#pie a {
	color: #777777;
	text-decoration: none;
}

#pie a:hover {
	color: #777777;
	text-decoration: underline;
}

.pie_foto {
	font-size: 13px;
	font-style: italic;
	color: #444444;
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
}

.foto_noticia {
	margin-left: 200px;
}

.logo {
	border: 0px;
}

/* Carrusel */

#carousel_wrapper {/*se definen las propiedades del contenedor mayor*/
	width: 240px;
	height: 200px;
	float: left;
	overflow: hidden; /*se esconden las barras de scroll*/
	border: 0px;
	margin-left: 300px;
}

#carousel_wrapper img {
	border: 0px;
}

#carousel_content {
	width: 240px; /*se define el ancho que podrán tener todos los slides juntos, si se exceed el carousel va a formar un "Segundo piso" asi que no importa el valor, cuanto mas ancho mejor.*/
}

#carousel_content .slide {/*define las propiedades de cada diapositiva*/
	float: left;
	width: 240px;
	height: 200px;
}
