/* CSS Document */
body{

background-color:#151616;
font-family:Arial, Helvetica, sans-serif;

}
#encabezado{
	background-color:#162831;
	height:75px;
	background-image: url(/images/fondos.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
	color:#fffefe;

}



#encabezado .container_12{
	background-image: url(/images/fondo_encabezado.png);
	background-repeat: repeat-x;
	background-position: center 60px;
	
	
	height:75px;
}

#boton_contactenos{
	height:29px;
	width:98px;
	background-image: url(/images/boton_contactenos.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float:right;
	margin-top:23px;
	cursor:pointer;
}


#slideshow{

background-color:#001d2b;
height:380px;
color:#cccccc;

}


#slideshow #texto{

width:360px;

position:absolute;

}


#slideshow #sliders{


height:380px;
width:940px;
overflow:hidden;

}

#slideshow #sliders .slide{

height:380px;
width:940px;
overflow:hidden;
background-repeat:no-repeat;
background-position:0px 0px;

}

#slideshow #sliders .slide p{


margin:250px 0px 0px 0px;
color:#FFFFFF;
font-weight:bold;

}
#slideshow #sliders .slide a{

color:#cccccc;
text-decoration:none;
font-weight:normal;


}
#slideshow #sliders .slide a:hover{

text-decoration:underline;
color:#FFFFFF;

}
#slideshow #sliders .slide strong{

color:#00a1eb;

}


#slideshow #texto strong{ color:#FFFFFF; }

#slideshow #texto h1{

margin:0px;
padding:20px 0px 10px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1.5em;
color:#00a1eb;

}

#menu{

	background-color:#181919;
	height:60px;
	background-image: url(/images/fondos.png);
	background-repeat: repeat-x;
	background-position: 0px -75px;	
	color:#FFFFFF;

}


#menu .item{

width:180px;
height:50px;
float:left;

background-image: url(/images/menu.png);
background-repeat:no-repeat;

margin:5px 4px 5px 4px;
cursor:pointer;

}

#contenido,
#contacto
{
	background-color:#000000;
	color:#999999;
	padding-top:30px;
	padding-bottom:30px;
	
	
}

#contacto #opciones{

	background-image: url(/images/lineas.png);
	background-repeat: repeat-y;
	background-position: -720px 0px;
}


#contenido h1,
#contacto h1
{

font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
color:#cccccc;
font-size:1.9em;


}

#contenido h2,
#contacto h2
{

font-family:Verdana, Arial, Helvetica, sans-serif;
color:#00a1eb;
font-size:1em;
line-height:1.2em;
margin:0px;
padding:0px 0px 10px 0px;

}
#contacto h3{

font-size:1em;
color:#00a1eb;
margin:0px;
padding:5px 0px 0px 0px;

}

#contacto strong{

color:#FFFFFF;

}
#contacto .tel,
#pie strong
{

font-size:1.45em;
font-weight:normal;


}



#contacto .container_12{
	background-image: url(/images/fondo_contacto.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;


}

#contacto #formulario{

margin-top:60px;

height:400px;

}


#sitios{

	background-image: url(/images/lineas.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	

}
#sitios p{ margin-bottom:0px !important;}



#formc label{

display:block;
width:93px;
font-weight:bold;
color:#FFFFFF;

float:left;

}

#formc input[type=text]
{
	background-color:#242627;
	border: 1px solid #36383a;
	
	width:363px;
	
	margin:0px 0px 6px 0px;
	color:#FFFFFF;
	font-weight:bold;
	

}

#formc .error{

	background-color:#FFFFFF !important;
	border: 1px solid #FF0000 !important;
	color:#FF0000 !important;

}

#formc #cargando, #formc #error{

display:none;
float:left;
margin:23px 0px 10px 10px;


}

#formc #errores{


margin:23px 0px 10px 235px;
color:#FFFFFF;
font-weight:bold;


}

#formc input[type=image]
{

margin:20px 0px 10px 93px;
display:block;
float:left;

}

#formulario #enviado{

color:#FFFFFF;
font-size:1.5em;
display:none;


}


#formc textarea
{
	background-color:#242627;
	border: 1px solid #36383a;
	
	width:363px;
	height:150px;
	
	
	color:#FFFFFF;
	font-weight:bold;
	
	padding:0px;
	
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	
	

}

#pie{

color:#999999;
padding-top:20px;
padding-bottom:20px;

}

#pie span{

color:#00a1eb;

}