/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; 
    margin-bottom: 5px;
	
	}

img { border: 0 none; }


@charset "utf-8";
/* CSS Document */

#contenedorgeneral {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/fondocontenido.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
	
}
#contenido {
	float: right;
	width: 600px;
	margin-right: 30px;
	padding-top: 20px;
}
#menulateral {
	float: left;
	width: 200px;
	margin-left: 25px;
}
#menulateral ul {
	list-style-image: url(../images/cuadro_lista.gif);	
}

#piedepagina {
	clear: both;
}

body {
	margin: 0px;
	background-color: #CCC;
	background-image: url(../images/fondopagina.jpg);
	background-repeat: repeat-x;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 2em;
	font-weight: bold;
	vertical-align: bottom;
	color: #000;
	text-align: left;
	width: 100%;
}

.contentheading_noticias {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #999;
	text-align: left;
	width: 100%;
}

.contentpaneopen_noticias .readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCC;
	background-color: #333;
	padding: 3px;
}
#menulateral ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	font-size: 14px;
}
