/* Eric Meyer's CSS Reset */
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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 30px;
}

p {font-size:28px;
line-height:30px;
color:#3051a1;
}

h1 {font-size:23px;
}

h6 {font-size:28px;
color:#3051a1;
}

h7 {font-size:26px;
line-height:0px;
color:#3051a1;
}

h2 {font-size:22px;
line-height: 20px;
text-align:justify;
}

h3 {font-size:15px;
line-height: 75px;
text-align:justify;
}

h4 {font-size:18px;
line-height: 14px;
text-align:justify;
}

h5 {font-size:18px;
line-height: 17px;
text-align:justify;
}

h8 {font-size:18px;
line-height: 17px;
text-align:justify;
color:#000;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.contenedor {
	width: 100%;
	float: left;
	overflow: hidden;
}
.contenido {
	padding: 0 270px 0 0px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.logo {
	float: left;
	width: 247px;
	height:57px;
	margin-left: -100%;
	position: relative;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.botonera {
	float: left;
	width: 665px;
	margin-left: -665px;
	position: relative;
	text-align:right;
}


/* Slider
-----------------------------------------------------------------------------*/
.slider {
	height: 343px;
	width: 1200px;
	margin-top: 30px;
}

.galeria {
	height: 710px;
	width: 1200px;
	margin-top: 30px;
}

#wrapper {
	background: #FFF;
}

/** Contenedor Maestro
-----------------------------------------------------------------------------*/
#page
{
	margin-top:60px;
	position: relative;
	overflow: hidden;
	padding: 0em 0em 0em 0em;
}

.contenedortexto {
	width: 1200px;
	margin: 0px auto;
}

#relleno
{
	float: right;
	margin-top:5px;
	margin-right:50px;
	width: 780px;
}

#botoneravolver
{
	float: right;
	text-align:right;
	margin-right:10px;
	width: 780px;
}

#iframe
{
	float: left;
	margin-left:65px;
	width: 235px;
}

/** Contenedor Secundario
-----------------------------------------------------------------------------*/

.columna{ 
 float:left; 
 position:relative; 
 top:0px; 
 left:0px; 
 width:50%; 
 border:0px solid #000; 
 }
  
 .columna2{ 
 float:left; 
 position:relative; 
 top:0px; 
 left:0px; 
 width:50%; 
 border:0px solid #000;
 }
 
 .columnaw{ 
 float:left; 
 position:relative; 
 top:0px; 
 left:50px; 
 width:80%; 
 border:0px solid #000; 
 }