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

body {
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#contenedor {
	width: 794px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 140px;
}

#home_ico {
	width: 30px;
	float: left;
	padding-top: 110px;
	text-align: center;
}

#contact_ico {
	width: 30px;
	float: left;
	padding-top: 116px;
	text-align: center;
}

#logo {
	float: left;
	padding-left: 194px;
	padding-right: 196px;
}

#menu {
	clear: both;
	height: 30px;
}

#swf_intro {
	padding-left: 1px;
	padding-right: 1px;
}

#contenido {
	padding: 10px;	
}

#texto {
	margin: 35px 35px 10px 35px;	
}

#footer {
	clear: both;
	height: 75px;
	background-color: #333133;
	border-top: solid 2px #999a9e;;
}

#footer_ico {
	padding-left: 50px;
	float: left;	
}

#text_footer {
	float: left;
	width: 518px;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 84px;	
	color: #FFFFFF;	
	font-size: 10px;		
}

h3 {
	text-transform: capitalize;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

a:hover {	
	color: #b81a27;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a img {
	border: none;	
}

#eventos {
	padding-bottom: 5px;
}

#evento {
	margin: 0;
	padding: 0;
}

#evento p {
	margin: 0;
	padding: 0;
}

#l {
	clear: both;
}

#gallery ul li:hover{
	background-image: none;
}

#menup div {
	margin: 0;
	padding: 0;
}

#col_izq {
	float: left;
	width: 330px;
	margin: 15px 22px 0 0 ;
}

#col_der {
	float: left;
	width: 350px;
	margin: 15px 0 0 0 ;
	background-color: #262223;	
}

#c_imagen {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
}

#parrafo {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	text-transform: capitalize;
}

#campos {
	padding-left: 40px;
}

#nav {
	padding: 0 0 15px 0;
}

.selected {
	color: #333333;
	text-decoration: none;	
}

.botones {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;	
}
.button{
	width: 12px;
	height: 12px;
	background:url(../images/c_os.jpg) no-repeat;	
	float: left;
	margin-right:5px;
	cursor:pointer;
	padding-bottom: 5px;
}
.selected{
	background:url(../images/c_bl.jpg) no-repeat; 
}

.sel {
	color: #ed1c24;
}

.bold {
	font-weight: bold;
}

.lista, .lista:hover {
	line-height: 20px;
}

.linea {
	display: block;
	margin: 0;
	padding: 0;
}

.prod {
	padding-left: 35px;
}
/***************************** formulario contactenos ****************************************/
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
strong{
	font-weight: 700;
}
/******* GENERAL RESET *******/
h1{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	border-bottom: 1px dotted #6b9ef1;
	color: #5f95ef;
	margin-bottom: 1em;
}
/******* FORM *******/
#customForm{
	padding: 0;
}
#customForm label{
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.4em;
}
#customForm input[type="text"]{
	width: 430px;
	padding: 6px;
	color: #333333;
	font-size: 11px;
	border: 1px solid #7d7c7d;
	background-color: #999999;
	display: block;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 430px;
	height: 70px;
	padding: 6px;
	color: #333333;	
	font-size: 11px;
	border: 1px solid #7d7c7d;
	background-color: #999999;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	width: 60px;
	height: 27px;
	background-color: transparent;
	background-image: url(../images/enviar.png);
	background-position: center;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/

.input1{
	background: #ed1c24;
	color: #FFFFFF;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	text-align: center;
	width: 100px;
}

.input1:hover{
	background: #ccced0;
	color: #000000;
}