/* CSS Document */

*,html{
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:0.7em;
	background-image:url(../images/fondo_body.jpg); background-repeat:repeat-x; background-position:top;
	/*scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#CFB64E;
	scrollbar-darkshadow-color:#324811;
	scrollbar-shadow-color:##D7E3B7;
	scrollbar-arrow-color:#324811;
	scrollbar-track-color:#FFFFFF;*/
}

#ContenedorWeb{
	margin:0;
	padding:0;
	width:760px;
	margin:0 auto;
}

#Cabecera{
	margin:0;
	padding:0;
	background-image: url(../images/fondo_cabecera.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 760px;
}

#General{
	background-image: url(../images/fondo_general_gris.jpg);
	width:760px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 450px;
}

#Menu{
	background-image: url(../images/fondo_menu.png);
	height: 265px;
	width: 165px;
	float: left;
}

#Menu ul{
	list-style: none;
	text-align: right;
	line-height: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #324811;
	text-decoration: none;
}
a:active {
	color: #324811;
	text-decoration: none;
}

a.clase1:link {
	color: #324811;
	text-decoration: none;
	font-weight: bold;
}

a.clase1:visited {
	color: #324811;
	text-decoration: none;
	font-weight: bold;
}

a.clase1:hover {
	color: #D7E3B7;
	text-decoration: none;
	font-weight: bold;
}

a.clase1:active {
	color: #D7E3B7;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	height: 50px;
	background-position: left;
	text-indent: 65px;
	margin-top: 25px;
	margin-bottom: 10px;
	bottom: 0px;
	text-align: left;
}

#Contenido{
	text-align: justify;
	text-indent: 2em;
	line-height: 15px;
	margin-bottom: 10px;
	width: 530px;
	float: right;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#Contenido p{
	margin-bottom: 10px;
}

#Contenido ul{
	list-style-type: square;
	padding-left: 30px;
	line-height: 22px;
	background-position: bottom;
}

#Contenido img{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #006633;
}

#ContenedorPie{
	height: 20px;
	width: 760px;
}

#Pie{
	clear: both;
	/*width: 600px;*/
	color: #324811;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	padding-top: 5px;
	margin-right: 60px;
	margin-left: 100px;
	padding-bottom: 2px;
}

.labelright {
	float: right;
}
.labelleft {
	float: left;
	clear: left;
}
/* ..... Form ..... */

form {  }

#Contenido form label { }

#Contenido fieldset { 
	width:90%; 
	margin:0px 0px 5px 0px; 
	padding:10px 10px 10px 20px; 
	border-color:#E5E5E5; 
	border-width:1px; 
	border-style:solid; 
	clear:both; 
}
	
#Contenido legend {  
	font-family:Tahoma, Verdana, Arial, sans-serif; 
	font-weight:bold; 
	font-size:98%; 
	color:#324811; 
	margin:0px 0px 11px 0px; 
	padding:0px 5px; 
}
	
#Contenido form dl { 
	width:98%; 
}
	
#Contenido form dt { 
	float:left; 
	width:35%; 
	margin:0px; 
	padding:0px 0px 0px 10px; }
	
#Contenido form dd {
	margin:0px;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 6px;
	padding-left: 0px;
}

.boton { 
	border-bottom:solid 1px /*#737574*/#666666; 
	border-right:solid 1px #666666; 
	border-left:solid 1px #E8E8E8; 
	border-top:solid 1px #E8E8E8;
	background-color:#324811; 
	color:#FFFFFF; font-weight:bold; 
	font-size:90%; 
	padding:2px; 
}
	
#buttonform { 
	position:relative; 
	float:left; 
	width:99%; 
	text-align:center; 
	padding:20px 0px 5px 0px; 
	margin-bottom:0px;
	clear:both; 
}

#Contenido textarea, input, select { 
	border:solid 1px #324811; 
	background-color:#D7E3B7; 
	vertical-align:middle; 
	margin-left:0%;  
	margin-right:0px; 
	padding:2px;
}

#Contenido textarea { 
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif; 
	}

#myScroll p {
	text-align: center;
	margin-top: 10px;
	}
	
#myScroll{
	overflow: auto;
	height: 320px;
}
/* ----------------------------------------------- */
