body {
color: #000000;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.1em;
line-height: 1.8em;
text-align: center;
background: #FFF;
margin-top:0px;
}
a, a:hover, a:visited, a:link {
color: black;
}
a:hover {
text-decoration: underline;
}
h1{
font-family: "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.8em;
color: #F27B06;/*#F27B06*/
margin: 15px 0 15px 0;
padding-left: 15px; 
}
h2 {
font-family: "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.3em;
color: #F27B06;
margin: 15px;
}
h3 {
font-family: "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #F27B06;
margin: 15px;
}
p {
margin: 10px 15px 5px 15px;
text-align:justify;
}
/* layout styles */
/*
#container {
width: 766px;
text-align: left;
margin: 5px auto 0 auto;
padding: 0 !important;
line-height: 1.8em;
}
*/
#banner {
height: 100px;
background: url(../img/logo.png) top center no-repeat;
}
#content {
clear: both;
width:100%; 
margin: 10px 10px 0 10px;
padding: 0;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
min-height:325px;
}
HTML > BODY #content {				/* IE won't see this because it doesn't */
        	height: auto;           /* understand child selectors. */
			min-height:325px;
			}

			
			
* html #content {
margin-left: 5px;
}

#sidebar {
float: left;
width: 254px;
margin: 10px 0 0 0;
padding: 0;
background-repeat: no-repeat;
color: #787878;
}






/* sub nav */




/* footer */
#info-site {
clear: both;
text-align: center;
background-repeat: no-repeat;
background-position: center bottom;
margin: 0;
padding: 30px 0 15px 0;
}

	

	
input{
	border:1px solid #F27B06;
	}	
select{
	border:1px solid #F27B06;
	}	
input.caja_texto{
	border:1px solid #F27B06;
	
	}
input.no_modificable{
	border:1px solid #F27B06;
	background-color:#DFDFDF;

}

select.desplegable{
	border:1px solid #F27B06;
	
	}

input.boton{
	border:1px solid #F27B06;
	background-color:white;
	color:#F27B06;
	font-size:18px;
	padding:5px 15px;
	cursor:pointer;
	width:150px;
	text-transform:uppercase;
	}
input.boton:hover{
	color:white;
	background-color:#F27B06;
}	
span.boton{
	margin:0;
	display:block;
	height:18px;
	border:1px solid #F27B06;
	background-color:white;
	color:#4D4D4D;
	padding:0 9px 0 9px;
	
	}
span.boton a, span.boton a:link, span.boton a:visited, span.boton a:hover{
		margin:0;
		padding:0;
		line-height:18px;

	color:#4D4D4D;
	text-decoration:none;	
	}
/*
	p.demo{
	text-align:center;
	border:1px solid #F27B06;
	}
*/

.alert{padding:0px;}
img{max-width:100%;height:auto;}