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

body{
background:transparent;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-variant:normal;
font-weight:normal;
}
.clear{
clear:both;
overflow: hidden;
width: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}


/**************************** DIV CONTACTO TOP SITE ****************************/
form table{
margin-top:20px;
}
form td{
color: #999999;
font-size:10px;
}
form #enviar{
width:100px;
height:30px;
border:0;
background:#414141;
color:white;
padding:5px;
font-size:12px;
cursor:pointer;
}
form #enviar:hover{
background:#9C050D;
}



#newsLetter{
width:420px;
float:right;
margin:0 0 0 10px;
}
#newsLetter p{
font-size:12px;
color:#838685;
}
#newsLetter h3{
font-size: 18px;
color:#000000;
}
#newsLetter img.iconos{
margin-right:10px;
float:left;
}
#newsLetter h3.newsGracias{
margin:0;
padding:0;
font-size: 18px;
color:#A8B934;
}
#newsLetter h3.newsAlert{
margin:0;
padding:0;
font-size: 18px;
color:#9C050D;
}
#newsLetter input{
		margin-top:5px;
		width:215px;
		border:0;
		background:#cccccc;
		padding:5px;
		font-size:11px;
	}
#newsLetter .submit{
		width:100px;
		height:24px;
		border:0;
		background:#414141;
		color:white;
		padding:5px;
		font-size:12px;
		cursor:pointer;
	}
#newsLetter .submit:hover{
		background:#A8B934;
	}