/**  RESEEEET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


 /* Estilos Creados*/ 

	@font-face {
	    font-family: 'swissFontBold';
	    src: url('/fonts/swissck.eot');
	}

	@font-face {
	    font-family: 'swissFontBold';
	    src: url('/fonts/swissck.woff') format('woff'),
	    url('/fonts/swissck.svg#swissFontBold') format('svg');
	}

 body{
 	background: url("/images/bg.jpg");
 	font-family: sans-serif;

 }

 #bodyCont{
 	width: 100%;
 	top: 0;
 	position: absolute;

 }
 #loguitos{
 	position: absolute;
 	width: 100%;
 }


 #loguitos div{
 	position: absolute;
 	width: 100%;
 	background-repeat: no-repeat;
 	background-position: center;
 	width: 323px;
 	height: 323px;
 	position: absolute;
 	top: 132px;

 }

 #loguitoIzq{
 	background: url("/images/lofoFull.png");
 	margin-left: -850px;
	left: 50%;
 }

  #loguitoDer{
 	background: url("/images/slogan.png");
	left: 50%;
	margin-left: 506px;
 }
 .imageFull{
 	width: 100%;
 	position: absolute;
 }

 .imageFull div{
 	 background-attachment:fixed; 
 	 background-position: center center; 
 	 width: 100%;
 	 height: 515px;
 	 background-size: cover;
 }

 header{
 	position: fixed;
 	width: 100%;
 	height: 60px;
 	background-color: #ffe829;
 	margin-top: 40px;

 }

 .widthWrapper{
 	width: 90%;
 	max-width: 960px;
 	margin-left: auto;
 	margin-right: auto;
 }

 #logo{
 	margin-top: 6px;
 	width: 200px;
 	display: inline-block;
 	float: left;
 }



footer{
	color: #dce8ca;
	font-family: sans-serif;
 	position: fixed;
 	width: 100%;
 	height: 30px;
 	background-color: #2d2d2d;
 	margin-top: 40px;

 }
 #footerIzq{
 	font-size: 12px;
 	margin-top: 9px;
 }


 nav{
 	display: inline-block;
	max-width: 679px;
	width: 80%;
	float: right;
	height: 60px;

 }

#menu{

}

#menu li{
	display: inline-block;
	height: 60px;
	color: #15244D;
}

#menu li a{
	display: inline-block;
	height: 17px;
	padding: 15px;
	width: 135px;
	color: #E86726;
	background: url('/images/boton.png') 0 0 no-repeat;
	margin-top: 8px;
	text-align: center;
	font-family: 'swissFontBold';
	font-size: 19px;
	line-height: 15px;
	text-decoration: none;
}


#menu li a:hover{
	background: url('/images/botonHover.png') 0 0 no-repeat;
}
 #contPrincipal{
 	margin-top: 153px;
 	position: relative;
 }


#contColumnsHome{
	margin-top: 450px;
	min-height: 500px;
}

.colHome{
	width: 30%;
	margin-left: 4%;
 	background-color: #2d2d2d;
 	min-height: 300px;
 	display: inline-block;
}

.colHome h2{
	color: #ffe829;
	font-family: 'swissFontBold';
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin-top: 15px;

}

#contColumnsHome .colHome:first-child{
	margin-left: 0!important;
}

.colHomeCont{
	margin: 15px;	
	text-align: justify;
	font-size: 12px

}


.colHomeCont img{
	width:100%;
	margin-bottom: 15px;	

} 

.colHomeCont p{
	width:100%;
	color: #dce8ca;
	line-height: 17px;
}
 .contPpalNegro ul{
 	list-style-type: disc;
list-style-position: inside;
margin-top: 11px;
line-height: 20px;

 }


