
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


a img {border:none}


aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


/***************************************************
			      Estilos Globales
***************************************************/

html, body {
	width:100%;
	height:100%;
	}

html, body {
    font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color:white;
	background-image:url(../images/bg2.png); 
	background-position:left top;
	background-repeat:repeat-x;
	color:#3F3E3C;
	margin:0 0 1px; height:100%; 
	line-height: 1.5;
	}

p {
	margin-bottom:7px;
	text-align:justify;
	}
	
a, p a {
	text-decoration:none;
	color:white;
	}

a:hover {color:white;}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Verdana, sans-serif;	
    font-weight: normal;
	position:relative;
	text-shadow: 2px 3px 3px #C1C1C1;
}
	
h1 {
	font-size: 18px;
	line-height:0.9;
	color:#B40404;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
h2 {
	font-size: 16px;
	line-height:1.3;
	color:#B40404;
	text-transform:none;
	font-style:italic;
	text-align:left;
	margin-top:7px;
	padding-bottom:6px;
	}
	
h3 {
	font-size: 17px;
	line-height:0.9;
	color: white;
	margin-top:20px;
	left:0px;
	}
	
h3 span {
	font-size: 12px;
	line-height: 1.4;
	color:white;
	display:block;
	margin-top:10px;
	text-transform:none;
}

/***************************************************
			    Contenedores Principales
***************************************************/

#container {
	position:relative;
	width: 95%;
	margin:0 auto;
	background-color:transparent;
	min-height:100%;
	}

.group1 {
	float: left;
	width: 29%;
	position: relative;
	background:white;
	padding: 1%;
	margin-bottom: 1%;
	margin-right: 1%;
	border: 0.4em double #B40404;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	}
	
.group2 {
	float: left;
	width: 31%;
	position: relative;
	background:white;
	padding: 1%;
	margin-bottom: 1%;
	border: 0.4em double #B40404;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	}
	
.group3 {
	float: right;
	width: 29%;
	position: relative;
	background:white;
	padding: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	border: 0.4em double #B40404;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	}
	
.group4 {
	float: right;
	position: relative;
	padding: 1%;
	background:white;
	border: 0.4em double #B40404;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	}
	
.group4 li {
	padding: 1%; 
	border-bottom: 0.5em solid #eee;
	position:relative;	
	}

.group4 label {
    display: inline-block;
    margin-top: 2%;
    padding: 1%;
}

.group4 input, select,textarea {
	padding: 0.5em 0.5em;
	border: 0.2em double #eee;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
			
header {
	position: relative;
	float:left;
	width: 100%;
	height: 7em;
	}
	
/***************************************************
				INTRO
***************************************************/	
	
#intro {
	width: 97%;
	position: relative;
	float: left;
	height: 25em;
	padding:1em;
	background: white;
	margin-top:1em;
	border: 0.4em double red;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	}

/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
	position: relative;
	float: center;
	width: 100%;
	margin-bottom: 5%;
	}
	
.holder_content1 {
	position: relative;
	float: left;
	width: 100%;	
	margin-top: 3%;
	margin-bottom: 3%;
	}

/***************************************************
			        GALERIA
***************************************************/
	 
a.photo_hover3 {
	position:relative;
	float: left;
	margin:5px 13px 8px 0;
	padding: 8px;
	-moz-box-shadow: 3px 3px gray;
	-webkit-box-shadow: 3px 3px gray;
	box-shadow: 3px 3px gray;
	}

a.photo_hover3 {
	background-color:white;
	border: 1px solid #E1E1E1;
}

a.photo_hover3:hover {
	border: 1px solid #E1E1E1;
	background-color:white;
	opacity:0.5;
	z-index:1000;
}

a.photo_hover2 {
	position:relative;
	float: right;
	margin:5px 13px 8px 0;
	padding: 8px;
	-moz-box-shadow: 3px 3px gray;
	-webkit-box-shadow: 3px 3px gray;
	box-shadow: 3px 3px gray;
	}

a.photo_hover2{
	background-color:white;
	border: 1px solid #E1E1E1;
}

a.photo_hover2:hover {
	border: 1px solid #E1E1E1;
	background-color:white;
	opacity:0.5;
	z-index:1000;
}
	
/***************************************************
			        PIE
***************************************************/

footer {
	position:relative;
	height:32%;
	clear:both;
	width:100%;
	background-image:url(../images/bg.png);
	background-position:left top;
	background-repeat:repeat-x;
	}

.footer_left {
	float:left;
	margin-left: 5%;
	margin-bottom:5%;
	width:15%;
	margin-right:5%;
	}

.footer_right {
	float:right;
	margin-right: 5%;
	margin-bottom:5%;
	width:15%;
	margin-right:5%;
	}

#FooterTwo {
	position: absolute;
	right: 25%;
	top: 80%;
	color: white;
	font-size: 125%;
	}

#FooterTree {
	position: absolute;
	left: 25%;
	top: 80%;
	color: white;
	font-size: 125%;
	}

.container {
    width:100%;
    margin:0 auto;
	background-color:transparent;
	}



/***************************************************
				       MENU
***************************************************/

nav {
	position:absolute;
	width:450px;
	height:40px;
	top:28px;
	left:520px;
	background-color:white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	}


nav ul li {
	float: left;
	line-height:normal;
	margin-left:10px;
}

nav ul li a {
	font-size: 18px;
	font-family:Arial, Verdana, sans-serif;
	color:#b40404;
	text-transform:capitalize;
	font-weight:normal;
	display:block;	/* IE6, IE7 line height fix */
	background-color:transparent;
    text-decoration:none;
	margin-top:3px;
	padding:5px;
	}

nav ul li a:hover {
	color:#F78181;
	text-decoration:underline;
	}

/***************************************************
				   ESPECIFICOS
***************************************************/

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}
 	
.button {
	width: 80px;
	height:16px;
	position:relative;
	margin-top:12px;
	padding:9px;
	background-color:#B40404;
	display: inline-block;
	color:white;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	text-decoration:none;
	}
	
.button:hover {
	background-color:#ED7803;
	text-decoration:none;
	}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top: 4%;
	left: 1%;
	z-index:100;
	}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 95%;
	overflow:hidden;
	position:relative;
	display:none;
	}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width: 95%;
	height:270px;
	display:block;
	}

.slides_container a img {
	display:block;
	}

/*
	Botones Siguiente/Previo
*/

#slides .next,#slides .prev {
	position:absolute;
	top: 10%;
	left: -4%;
	width: 24%;
	height:43%;
	display:block;
	z-index:101;
	}

#slides .next {
	left:585px;
	}

/*
	Paginación
*/

.pagination {
	margin-top: 9em;
	width: 9em;
	position:absolute;
	top: 15em;
	z-index:1000;
	}	

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	}

.pagination li a {
	display:block;
	width: 1em;
	height:0;
	padding-top: 1em;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	}

.pagination li.current a {
	background-position:0 -12px;
	}

.icons {
	float:left;
	padding:5px;
	}

.picture_footer {
	position:absolute;
	left:980px;
	top:-85px;
	}