@charset "UTF-8";


/* ----------------------
      GENERAL STYLES
   ----------------------- */
body {
	background-color: #ebebeb;
}
div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
}
#canvas{
	width:800px;
	background-color:#FFFFFF;
	margin:0px auto;
}

#logo{
padding:15px 0px 0px 15px;
}
hr{
border:0px;
background:url(../images/layout/bg-hr.jpg) repeat-x;
width:100%;
height:35px;
margin-bottom:-30px;
}

/* ----------------------
   TOP NAVIGATION STYLES
   ----------------------- */
#top-navigation{ 
	background:url(../images/layout/bg-top-navigation.gif) repeat-x;
	height:60px;
}
#top-navigation ul{ 
	margin-left:190px;
	height:40px;
}
#top-navigation ul li{
	display:inline;
	margin-right:20px;
	color:#FF0000;
	font-size:1.2em;
	height:40px;
	position:relative;
	top:4px;
}
a:link{
	color:#ff0202;
		text-decoration:none;

}
 a:visited{
	color:#ff0202;
	text-decoration:none;
}
a:hover{
color:#ff0202;
text-decoration:underline;
}


/* ----------------------
       CONTENT STYLES
   ----------------------- */
#content{
background:url(../images/layout/bg-shadow.gif) repeat-x top;
padding-top:15px;
}
.cuarto{
height:200px;
width:380px;
float:left;
background-color:#8f0100;
margin:10px;
padding:20px 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:.8em;
font-weight:normal;
}

.top{
background:url(../images/home/bg-cuarto-top.jpg) repeat-x;
}
.tercio{
width:245px;
float:left;
margin:10px;
padding:20px 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#3f3f3d;
font-size:.7em;
font-weight:normal;
}
.destacado{
	background-color:#ececec;
	text-align: left;
	padding: 0.8em;
	border: 1px dashed #B2B2B2; 
	border-width: 1px 0;
}
#contact-form{
	position:relative;
	left:-10px;
}
form{
text-align:right;
}
input{
	margin:5px 0px;
}
label{
	vertical-align:baseline;
	position:relative;
	top:-5px;
	left:-5px;
}
#forma{
float:left;
width:280px;
margin-top:25px;
}
.form-notice{
background-color:#FFFFCC;
color:#666666;
width:160px;
float:right;
padding:10px;
margin-top:25px;
}

/* ----------------------
       FOOTER STYLES
   ----------------------- */
#footer{
	height:41px;
	background:url(../images/layout/bg-footer.gif) repeat-x;
	color:#ebebea;
	text-align:center;
	padding:10px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;	
}
#footer a:link{
	color:#ebebea;
	text-decoration:none;
}
#footer a:visited{
	color:#DADADA;
	text-decoration:none;
}
#footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}
