@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
html,body{
	margin:0px;
	height:100%;
}
/* Movil: 640px y por debajo. */

.contenedor {
	margin: 0;
	width: 100%;
	padding: 0;
	z-index:0;
	height:100%;
	background-color:#8b2721;
	background-position:top;
	background-image:url(degradado-fondo.png);
	background-repeat:repeat-x;
}
.Div1 {
	position:absolute;
	top:160px;
	left:40px;
	margin:0;
	color:#CCC;
	z-index:2;
}
.Div2 {
	font-size:194px;
	font-weight:700;
	position:absolute;
	top:10px;
	right:40px;
	z-index:1;
	margin:0;
	color:#973e38;
}
.Div3 {
	position:absolute;
	width:100%;
	top:388px;
	left:0;
	margin:0;
	display: block;
	height:125px;
	background-image:url(fondo25grados.png);
	background-position:top center;
}
.t1 {
	font-size:40px;
	font-weight:700;
	margin:0;
	padding:0;
}
.t2 {
	font-size:31px;
	font-weight:300;
	margin:-6px 0 0 0 ;
	padding:0;
}
.Div3 h3 {
	font-weight:400;
	text-align:center;
	margin:10px;
	padding:0;
	font-size:20px;
	color:#CCC;
}
.Div3 ul {
	float:left;
	list-style:none;
	padding:0;
	margin:0px;
	font-size:14px;
	position: relative; 
    left: 50%;
	color:#bd8682;
	font-weight:300;
}
.Div3 ul li {
	float:none;
	border-left:#bd8682 solid 1px;
	padding:0 8px;
	position: relative; 
    right: 50%;
}

.Div3 li a {
	color:#bd8682;
	text-decoration:none;
}
.Div3 li a:hover {
	color:#CCC;
}


/* Tablet: 641px a 768px. Hereda estilos: Movil. */

@media only screen and (min-width: 641px) {
	
.Div1 {
	top:160px;
	left:80px;
	color:#CCC;
}
.Div2 {
	font-size:184px;
	font-weight:700;
	right:80px;
	top:73px;
	color:#973e38;
}
.Div3 {
	position:absolute;
	width:100%;
	top:388px;
	left:0;
	margin:0;
	display: block;
	height:125px;
	background-image:url(fondo25grados.png);
	background-position:top center;
}
.t1 {
	font-size:40px;
	font-weight:700;
	margin:0;
	padding:0;
}
.t2 {
	font-size:31px;
	font-weight:300;
	margin:-6px 0 0 0 ;
	padding:0;
}
.Div3 h3 {
	font-weight:400;
	text-align:center;
	margin:15px 0 10px 0;
	padding:0;
	font-size:24px;
	color:#CCC;
}
.Div3 ul {
	float:left;
	list-style:none;
	padding:0;
	margin:10px;
	font-size:14px;
	position: relative; 
    left: 50%;
	color:#bd8682;
	font-weight:300;
}
.Div3 ul li {
	float:left;
	border-left:#bd8682 solid 1px;
	padding:0 8px;
	position: relative; 
    right: 45%;
}
.Div3 ul li:first-child {border-left:none;}
.Div3 li a {
	color:#bd8682;
	text-decoration:none;
}
.Div3 li a:hover {
	color:#CCC;
}


}

/* Escritorio: 769px hasta 1232px.  Hereda estilos: Movil y Tablet. */

@media only screen and (min-width: 769px) {
	
.Div1 {
	top:160px;
	color:#CCC;
}
.Div2 {
	font-size:194px;
	font-weight:700;
	top:73px;
	color:#973e38;
}
.Div3 {
	position:absolute;
	width:100%;
	top:388px;
	left:0;
	margin:0;
	display: block;
	height:125px;
	background-image:url(fondo25grados.png);
	background-position:top center;
}
.t1 {
	font-size:40px;
	font-weight:700;
	margin:0;
	padding:0;
}
.t2 {
	font-size:31px;
	font-weight:300;
	margin:-6px 0 0 0 ;
	padding:0;
}
.Div3 h3 {
	font-weight:400;
	text-align:center;
	margin:20px;
	padding:0;
	font-size:28px;
	color:#CCC;
}
.Div3 ul {
	float:left;
	list-style:none;
	padding:0;
	margin:10px;
	font-size:14px;
	position: relative; 
    left: 50%;
	color:#bd8682;
	font-weight:300;
}
.Div3 ul li {
	float:left;
	border-left:#bd8682 solid 1px;
	padding:0 8px;
	position: relative; 
    right: 45%;
}
.Div3 ul li:first-child {border-left:none;}
.Div3 li a {
	color:#bd8682;
	text-decoration:none;
}
.Div3 li a:hover {
	color:#CCC;
}


}