﻿
/* CSS Document */
html{min-height:100%;height:100%;}
body{
margin:0;
padding:0;
/*background:#670101 url(../images/bg_bodyIntro.gif) repeat-x center 100%;*/
background: #c4c0ad url(../images/bg_body.gif) repeat-x center 100%;
font-family:Arial, Helvetica, sans-serif;}

#Container{
width:100%;
/*background:url(../images/bg_container.gif) repeat-x left -90px;*/
background: url(../images/bg_body_nuevo.gif) repeat-x 0 0;
padding:0;}
#Container:after{
content:".";
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}/*"clearfix" Encloses the floated elements inside it - for non IE/win browsers*/
#Container {display: inline-table;}

/* Hides from IE-mac \*/
* html #Container {height: 1%;}
#Container{display:block;}
/* End hide from IE-mac */

#Foot{height:85px;background:url(../images/bg_foot.gif) no-repeat top left;margin:5px 0 0 0;}
/*-- HEADER --*/
#Wrap{
margin:0 auto;
width:650px;
max-height:358px;
height:auto !important;
height:358px;
/*background:url(../images/bg_headerIntro.gif) no-repeat center 90px;*/
font-size:11px;
padding-bottom:40px;}
#Header{
margin:0 auto;
width:650px;
position:relative;
height:171px;}
#Header h1
{
/*position:absolute;
left:0;
bottom:10px;
height:43px;
width:100%;
margin:0;*/
position: absolute;
left:-20px;
bottom:10px;
height:130px;
width:100%;
margin: 0;
background:url(../images/h1_2.gif) no-repeat bottom center;}
#Header h1 span{
display:none;}

#Intro { margin:0 auto; width:475px;height:358px;background:url(../images/intro.jpg) no-repeat top left;position:relative;padding-bottom:40px;}
#Intro a { font-size:15px;display:block;width:50px;margin:0 auto;position:absolute;bottom:150px;left:210px;font-family:Georgia, "Times New Roman", Times, Serif;text-align:center;font-weight:bold;font-style:italic;color:#a90034;text-decoration:none;}
#Intro a:hover{text-decoration:underline;}

