 
html { overflow:auto; }
 
body {
	background-color:#fffff; /*margin-bottom: 10px;*/
	text-align:center;
	margin-top:0px;
	font-family:Verdana;
	/*margin:0px;
/*	padding:0px;
	/*background-image: url(../images/carmel.gif);*/ }
 
h1 {
	font: 12pt Verdana,Georgia, "Times New Roman", Times, serif;
	text-indent: 30px;
	margin:0px;
	margin-top:20px; }
 
.letra {
	font: 18pt 'Book Antiqua',Arial;
	color:#ff6600; }
 
#franja {
	margin:0px;
	height:70px;
	width:100%;
	background-color:#ff6600;
	float:none;
	padding-top:10px; }
 
	#franja h2 {
		font-family:Verdana, sans-serif;
		font-style:italic;
		font-size: 25px;
		text-align:right;
		letter-spacing:2px;
		color: #ffffff;
		font-weight: bold;
		margin-left:auto;
		margin-right:auto;
		width:900px;
		display:block;
		text-align:left; }
 
h3 {
	font: 12px Verdana,Arial, Georgia, "Times New Roman", Times, serif;
	color: #ff6600;
	text-align: left;
	width: 262px;
	margin-left: 17px;
	margin-top: 10px; }
 
h4 {
	font: 80% Verdana,Georgia, "Times New Roman", Times, serif;
	color: #8d0811;
	margin: 0px;
	text-align: center;
	background-color: #4c4a4b;
	color: white;
	width: 100%; }
 
/*******************contenidos*****************************/
#cabecera {
	text-align:left; /*margin-left: auto;
	margin-right: auto;*/
	height:70px;
	border-bottom: 1px solid #ffa500;
	width:100%; }
 
#lateral {
	float:right;
	position:relative;
	bottom:30px; }
 
	#lateral p {
		text-align:right;
		font-size:8pt;
		line-height: 0.55;
		margin-right:50px; }
 
#contenido,.texto {
	width:980px;
	margin-left:auto;
	margin-right:auto; }
 
#contenido p {
	font: 11px Verdana,Arial, Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: justify;
	width: auto;
	font-family: Verdana,Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-size: 1.5em;
	line-height: 1.4;
	margin-bottom: 1em;
	color: #433b36;
	font-weight: lighter;
	padding-left:30px; }
 
#contenido h2 {
	margin:0px;
	padding:0px;
	font-size: 3em;
	line-height: 1;
	margin-top: 0.5em;
	margin-bottom: 0;
	color: #85a923;
	padding-left:30px; }
 
	#contenido h2 a {
		text-decoration:none;
		font: 0.5em Verdana, Georgia, "Times New Roman", Times, serif;
		color: #ffa500; }
 
		#contenido h2 a:hover { text-decoration:underline; /*color: #ffa500;*/ }
 
	#contenido h2:hover { /*display:block;background-color:#ffe1aa;color: #ff6600;*/ }
 
img { float:left; }
 
a { color:#ff6600; }
 
	a:hover { text-decoration:none; }
 
/* =Footer----------------------------------------------------------------------*/
#pie {
	margin-top:90px;
	text-align:right;
	height:auto;
	;
	width:100%; /*border-top: 1px solid #ffa500;*/
	padding-top:20px;
	background-color:#ffe9c1;
	color: #ffa500; }
 
#bloque {
	height:150px;
	float:none; }
 
#pie a {
	color:white;
	text-decoration:none; }
 
	#pie a:hover { text-transform:uppercase; }
 form {  
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 300px;
  max-width: 380px;
  width: 380px; 
  margin-left:auto;
  margin-right:auto;
}

form fieldset {
  clear: both; 
  border-color: #ff6600;
  border-width: 1px;
  border-style: solid;
  border:none;
  padding: 10px;       
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; 
	border-bottom:2px solid #ff6600;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form fieldset label:first-letter { 
	text-decoration:underline;    
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto;border:none;color:#ff6600;padding-left:4px; }

form small {
	display: block;
	margin: 0 0 5px 160px; 
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} .

form br {
	clear:left; .
}
form input {
 /*background: #fff url('yourimage.gif') no-repeat scroll 2px center; 
 border: 1px groove #aaa;
 padding-left: 20px;
 font: 11px Arial, Helvetica, sans-serif; color: #aaa;
 text-align: left;*/
 border:none;
 padding-left:4px;
 color:#ff6600;
 margin-bottom:3px;
}
form input{border:1px solid #ffffff;}
form input:hover {border:1px solid #ff6600;}
#submit,#reset{background-color:#ff6600;color:#fff;}
#name{display:none;}
 
