@charset "utf-8";
/* CSS Document */
span, h1, h2, h3, h4, h5, h6, a, p, img, body{
	margin:0;
	padding:0;
	border:0;
}
ul, ol, li{
margin:5px;
padding:0;
}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	color:#000000;
	background-color:#3B6BB1;
/*	background-color:#CCF;*/
}
#contenedor{
width:1024px;
overflow:hidden;
height:auto;
margin:0 auto;
background-color:#FFFFFF;
font-size:1.2em;
}
/*TOP*/
#top{
width:1024px;
float:left;
}
#logo{
width:250px;
height:100px;
float:left;
padding:0px 0px 0px 10px;
}
#idiomas{
width:734px;
height:10px;
float:left;
text-align:right;
padding: 10px 30px 0px 0px;
}
#menu{
width:694px;
height:30px;
float:left;
text-align:center;
padding: 40px 10px 0px 60px;
}
#idiomas a, #idiomas a:visited {
	font-size:1.1em;
	color:#666;
	text-decoration:none;
	text-transform: uppercase;
	display:block;
	float:right;
	padding: 0px 10px;
}
#idiomas a:hover{
	text-decoration:none;
	color:#000;
	background-color:#C6D2D2;
}
#menu a, #menu a:visited {
	font-size:1.2em;
	color:#666;
	text-decoration:none;
	text-transform: uppercase;
	display:block;
	float:left;
	padding: 0px 20px;
	text-align:center;
}
#menu a:hover{
	text-decoration:none;
	color:#000;
	background-color:#C6D2D2;
}
#flash{
width:1024px;
float:left;
}
#cajas{
width:900px;
padding:10px 100px;
float:left;
}
#caja1, #caja2{
width:250px;
padding:5px 15px;
float:left;
overflow:hidden;
border-right-color:#333;
border-right-style:dashed;
border-right-width:thin;
background-image:url(../imagenes/cajas-bg.jpg);
}
#caja3{
width:250px;
padding:5px 15px;
float:left;
overflow:hidden;
background-image:url(../imagenes/cajas-bg.jpg);
}
#title1, #title2, #title3, #content1, #content2, #content3{
width:250px;
float:left;
overflow:hidden;
padding: 5px 0px;
}
#cajas a, #cajas a:visited {
	font-size:1.1em;
	color:#669;
	text-decoration:none;
}
#cajas a:hover{
	text-decoration:none;
	color:#99C;
}
#textos a, #textos a:visited {
	font-size:1.1em;
	color:#669;
	text-decoration:none;
}
#textos a:hover{
	text-decoration:none;
	color:#99C;
}
#footer{
width:554px;
padding: 10px 300px;
float:left;
text-align:center;
overflow:hidden;
border-top-color:#333333;
border-top-style:dashed;
border-top-width:thin;
}
#footer a, #footer a:visited {
	font-size:1em;
	color:#333333;
	text-decoration:none;
	text-transform: uppercase;
	display:block;
	float:left;
	text-align:center;
	padding:0px 15px;
}
#footer a:hover{
	color:#669;
}
/*CONTENIDOS*/
#contenido{
	width:1004px;
	padding:10px 10px;
	float:left;
}
#fotos{
	width:425px;
	height:300px;
	float:left;
}
#titulos, #textos{
	width:559px;
	float:left;
	padding:10px 10px;
	font-size:1.1em;
	text-align:justify;
}
#catalogo{
	width:1024px;
	float:left;
}
h1{
	font-size:1.2em;
	color:#336;
	font-weight:normal;
	text-transform:uppercase;
}
h2{
	font-size:1em;
	color:#636;
	font-weight:normal;
	text-transform:uppercase;
}