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

a
{
	text-decoration:none;
}

#intermedio
{
	background-image:url(../img/Img_Lin_Azul.jpg);
	height:20px;
	width:100%;
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	color:#FFF;
	vertical-align:baseline;
	padding-top:10px;
}

#banners
{
	/*background-color:#F0F;*/
	height:250px;
	width:983px;
	margin:auto;
}

#banners img
{
	margin-right:5px;	
}

#menu
{
	/*background-color:#0F0;*/
	height:150px;
	width:983px;
	margin:auto;
}


#slider
{
	/*background-color:#FF0;*/
	height:250px;
	width:983px;
	margin:auto;
}

#content img
{
	float:left;
}

#content
{
	width:983px;
	margin:auto;
	text-align:justify;
}

#content h3
{
	color:#52bce4;
}

.inputs  { 
background: #D3D3D3; 
background: -moz-linear-gradient(top, #D3D3D3 0%, #D9D9D9 38%, #E5E5E5 82%, #E7E7E7 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D3D3D3), color-stop(38%,#D9D9D9), color-stop(82%,#E5E5E5), color-stop(100%,#E7E7E7)); 
background: -webkit-linear-gradient(top, #D3D3D3 0%,#D9D9D9 38%,#E5E5E5 82%,#E7E7E7 100%); 
background: -o-linear-gradient(top, #D3D3D3 0%,#D9D9D9 38%,#E5E5E5 82%,#E7E7E7 100%); 
background: -ms-linear-gradient(top, #D3D3D3 0%,#D9D9D9 38%,#E5E5E5 82%,#E7E7E7 100%); 
background: linear-gradient(to bottom, #D3D3D3 0%,#D9D9D9 38%,#E5E5E5 82%,#E7E7E7 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#e7e7e7',GradientType=0 ); 
display: block; 
padding: 12px 10px; 
color: #999; 
font-size: 1.2em; 
font-weight: bold; 
text-shadow: 1px 1px 1px #FFF; 
border: 1px solid rgba(16, 103, 133, 0.6); 
box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5), inset 0px 1px 4px rgba(0, 0, 0, 0.2); 
border-radius: 3px; 
 outline:0; 
width:270px; 
} 