@charset "UTF-8";

body {	font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #fff;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000;
		}
		
@font-face {
    font-family: 'cabinregular';
    src: url('../ds/fuentes/cabin-regular-webfont.eot');
    src: url('../ds/fuentes/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ds/fuentes/cabin-regular-webfont.woff') format('woff'),
         url('../ds/fuentes/cabin-regular-webfont.ttf') format('truetype'),
         url('../ds/fuentes/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'cabinitalic';
    src: url('../ds/fuentes/cabin-italic-webfont.eot');
    src: url('../ds/fuentes/cabin-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ds/fuentes/cabin-italic-webfont.woff') format('woff'),
         url('../ds/fuentes/cabin-italic-webfont.ttf') format('truetype'),
         url('../ds/fuentes/cabin-italic-webfont.svg#cabinitalic') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'cabinbold';
    src: url('../ds/fuentes/cabin-bold-webfont.eot');
    src: url('../ds/fuentes/cabin-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../ds/fuentes/cabin-bold-webfont.woff') format('woff'),
         url('../ds/fuentes/cabin-bold-webfont.ttf') format('truetype'),
         url('../ds/fuentes/cabin-bold-webfont.svg#cabinbold') format('svg');
    font-weight: normal;
    font-style: normal;
	}		


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

/*-----------------------------------inicio menu---------------------------------*/

		#menu {
	width: 500px;
	height: 26px;
	line-height: 26px;
	font-family: 'cabinregular';
	text-align: center;
	margin: 0 auto;
	/*border-top: 1px solid #846B60;*/
	padding-top: 114px;
	padding-left: 560px;
			}

		#menu ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			font-size: 14px;
			text-align: center;
			}

		#menu li {
			display: inline;
			margin-right: 0px;
			float: left;
			}

		#menu a {
			text-decoration: none;
			/*color: #897981;*/
			color: #7a8481;
			/*color: #454041;*/
			display:block;
			padding: 0px 8px;
			}

		#menu a:hover,#menu a:active
			{color: #fff;
			background-color: #7a8481;
			}
			
		#menu b{
			font: 100% Verdana, Arial, Helvetica, sans-serif;
			color: #b51621;
			}
			

/*-----------------------------------fin menu--------------------------------------*/

/*-----------------------------------inicio slider---------------------------------*/
  
		/* http://www.menucool.com */
        
#slider {
    	width:960px;
		height:300px;/* Make it the same size as your images */
		background:#fff url('../des/loading.gif') no-repeat 50% 50%;
		position:relative;
		margin: 0 auto;/*make the image slider center-aligned */
		padding: 0px;
   		/* box-shadow: 0px 1px 5px #999999;*/
		}

#slider img {
		position:absolute;
		border:none;
		display:none;
		}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
		z-index:2;
		display:none;
		position:absolute;
		top:0px;left:0px;
		border:0;
		padding:0;
		margin:0;
		width:100%;
		height:100%;
		}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
		position:absolute;
		width:100%;
		height: 40px;
		padding:0;
		left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
		bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
		z-index:3;
		overflow: hidden;
		font-size: small;
		}

div.mc-caption-bg {
		background-color:black;
		}

div.mc-caption {
		font-family: '';
		color:#dfd1d3;
		z-index:4;
		padding:10px 0;/*Adding a padding-left or padding-right here will make the caption area wider than its background. Sometimes you may need 						to define its width again here to keep it the same width as its background area (div.mc-caption-bg).*/
		text-align:center;
		}

b.mc-caption{
		font-family: '';
		color: #923f33;
		z-index:4;
		font-size: 22px;
		}

div.mc-caption a {
		color:#fb0;
		}
		
div.mc-caption a:hover {
		color:#da0;
		}

/* ------ built-in navigation bullets wrapper ------*/

		
/* --------- Others ------- */

#slider{
		transform: translate3d(0,0,0);
    	-ms-transform:translate3d(0,0,0);
    	-moz-transform:translate3d(0,0,0);
    	-o-transform:translate3d(0,0,0);
		}

/*-------------------------------------fin slider---------------------------------*/


#socialm{
		width: 90px;
		height: 40px;
		margin-top: 10px;
		margin-left: 865px;
		padding: 0px;
		/*border: 1px solid #000;*/
		position: relative;
		display: inline;
		float: left;
		}

.oneColElsCtrHdr #container {
	width: 100%;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: 'cabinregular';
	padding-top: 140px;
		}
		
!.oneColElsCtrHdr #container3 {
		width: 100%;
		background: #fff;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		font-family: 'cabinregular';
		border-bottom: 3px solid #000;
		}		
		
		
.oneColElsCtrHdr #container2 {
	margin: 0 auto;
	width: 100%;
	position: fixed;
	z-index: 199;
	height: 140px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-bottom: 3px solid #b51621;
	background-color: #FFFFFF;
		}
		
.oneColElsCtrHdr #header {
		background-image: url('../ds/adlogo.png');
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 377px 120px;
		margin: 0 auto;
		width: 960px;
		height: 140px;
		padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		}
		
.oneColElsCtrHdr #header h1 {
		margin-left: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		}
		
.oneColElsCtrHdr #sliderwrap {
		margin: 0 auto;
		width: 100%;
		position: relative;
		z-index: 99;
		height: 300px;
		padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		background-color: #b51621;
		color: #fff;
		}		
		
.oneColElsCtrHdr #box {
		margin: 0 auto;
		width: 960px;
		min-height: 500px;
		padding-left: 50px;
		position: relative;
		z-index: 99;
		padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		color: #7a8481;
		text-align: justify;
		}
		
.oneColElsCtrHdr #menuvertical {
		margin: 0 auto;
		margin-top: 60px;
		width: 200px;
		min-height: 500px;
		position: relative;
		line-height: 1.6em;
		z-index: 99;
		padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		text-align: left;
		float: left;
		color: #b51621;
		}
		
.oneColElsCtrHdr #menuvertical a
		{color: #b51621;
		font-size: 13px;
		}
		
.oneColElsCtrHdr #columnaderecha {
	margin: 0 auto;
	width: 760px;
	min-height: 500px;
	position: relative;
	z-index: 99;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #525958;
	text-align: justify;
	float: center;
		}
		
.oneColElsCtrHdr #columnaderecha ul
		{margin-left:20px;}
		
		p{margin-right: 30px;}
		
.oneColElsCtrHdr #slider {
		margin: 0 auto;
		width: 960px;
		height: 300px;
		padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		background-image: url('ds/preview.jpg');
		background-position: center;
		background-color: #000;
		color: #806a6f;
		}
		
.oneColElsCtrHdr #mainContentHome{
	width: 1000px;
	min-height: 550px;
	margin: 0 auto;
	background-image: url('../ds/bghome.png');
	background-size: 1000px 550px;
	background-repeat: no-repeat;
	/*box-shadow: 0px 1px 22px #ccc;*/
	z-index: -99;
	color: #525958;
	text-align: justify;
	font-size: 18px;
		}
		
		.oneColElsCtrHdr #mainContentHome2{
	width: 900px;
	min-height: 550px;
	margin: 0 auto;
	background-image: url('../ds/bghome.png');
	background-size: 1000px 550px;
	background-repeat: no-repeat;
	/*box-shadow: 0px 1px 22px #ccc;*/
	z-index: -99;
	color: #525958;
	text-align: justify;
	font-size: 18px;
		}
		
		.oneColElsCtrHdr #mainContentHome3{
	width: 250px;
	min-height: 90px;
	margin: -100 auto;
	background-size: 1000px 550px;
	background-repeat: no-repeat;
	/*box-shadow: 0px 1px 22px #ccc;*/
	z-index: -99;
	color: #525958;
	text-align: left;
	font-size: 18px;
		}

		
		
.oneColElsCtrHdr #mainContent b{
		color: #b51621;
		}
		
.oneColElsCtrHdr #mainContentHome h1{
		font-family: 'cabinbold';
		color: #b51621;
		margin-left: 70px;
		}

.oneColElsCtrHdr #mainContentHome p{
		padding-right: 300px;
		margin-left: 70px;
		}
		
		
.oneColElsCtrHdr #mainContentHome p2{
		padding-right: 250px;
		margin-left: 10px;
		}
		
.oneColElsCtrHdr #mainContentHome p3{
		padding-right: 250px;
		margin-left: 100px;
		}		
		
		
		
.oneColElsCtrHdr #mainContentHome b{
		color: #b51621;
		}
		
.oneColElsCtrHdr #mainContent {
		width: 960px;
		min-height: 470px;
		margin: 0 auto;
		background-image: url('../ds/bgw.png');
		background-size: 960px 620px;
		background-repeat: no-repeat;
		/*box-shadow: 0px 1px 22px #ccc;*/
		z-index: -99;
		color: #525958;
		text-align: justify;
		font-size: 14px;
		}
		
		h1{
		font-family: 'cabinbold';
		color: #b51621;
		}
		
		b{font-family: 'cabinbold';}
		
		em{font-family: 'cabinitalic';}
		
.oneColElsCtrHdr #footer {
		font-family: 'cabinregular';
		width: 100%;
		height: 100px;
		margin: 0 auto;
		padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background: #eee;
		}
		
.oneColElsCtrHdr #footer p {
		width: 500px;
		margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 30px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-size: 13px;
		color: #7a8481;
		}
		
.oneColElsCtrHdr #footer b{
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		color: #b51621;
		}		
		
		a:link{color: #7a8481;}
		a:active{color: #7a8481;}
		a:hover{color: #b51621;}
		a:visited{color: #7a8481;}
		
		a:link, a:active, a:hover, a:visited
		{text-decoration: none;}
		
	img {border:none;}
