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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* FIN RESET */

input
{
	border: none;
	background: none;
}

textarea
{
	background: none;
	border: solid 1px #777;
}


* p{
	line-height: 15px !important;
}

* a:link, * a:visited
{
	color: #424b48;
	font-size: 12px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

* a:hover, * a:active
{
	color: #329184;
	
}

* li {
	line-height: 20px;
}


body{
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	background: url('../img/gradiente.jpg') repeat-x;
	font-size: 11px;
	color: #424b48;
	
}

* img { padding:0px; margin:0px;}


#contenedor{
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	height: 1053px;
	position: absolute;
	background: url('../img/fondo.jpg') no-repeat 50% 50%;
	overflow: hidden;
	
	background-position:top;
	
}


#contenido{
	z-index: 100;
	background: url('../img/fondo-cont.png') no-repeat;
	padding-right: 14px;
	padding-top: 40px;
	width: 879px;
	height: 806px;	
	margin: 0px;
	margin-bottom: 0px;
}

#contenido h1
{
	color: #ff0000;
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

#contenido h2
{
	color: #000;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 20px;
}

#contenido h3{
	color: #000;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
}

#contenido h4{
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}

#contenido * p
{
	color: #666;
	font-size: 11px;
}

#header
{
	margin: auto;
	background: url('../img/logo.png') no-repeat;
	height: 72px;
	width: 245px;
	padding: 0px;
	z-index: 100;
	padding-right: 42px;

}

#pie{
	font-size: 10px;
	width: 839px;
	color: #3c3c3c;
	margin:auto;
	z-index: 100;
	padding-right: 16px;
}

.email:link, .email:visited
{
	display: block;
	margin-top: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #3b3b3b;
	text-indent: 25px;
	line-height: 15px;
	background: url('../img/sobre.png') no-repeat 0px 0px;
}

.email:hover, .email:active
{
	color: #017566;
	background: url('../img/sobre.png') no-repeat 0px -15px;
}

.marco{
	width: 821px;
	margin-left: 25px;
	height: 439px;
	padding: 12px;
	background: url('../img/fondofoto.png') no-repeat;
}

.marcoPortada{
	width: 772px;
	height: 388px;
	padding: 12px;
	background: url('../img/marco.png') no-repeat;
}

a.sp:link, a.sp:visited
{
	display: block;
	width: 37px;
	height: 24px;
	margin-bottom: 5px;
	background: url('../img/sp.png') no-repeat;
}
a.sp:hover, a.sp:active
{
	display: block;
	width: 37px;
	height: 24px;
	margin-bottom: 5px;
	background: url('../img/sp.png') no-repeat 0px -24px;
}
a.spActive
{
	display: block;
	width: 37px;
	height: 24px;
	margin-bottom: 5px;
	background: url('../img/sp.png') no-repeat 0px -24px;
}

a.en:link, a.en:visited 
{
	display: block;
	width: 37px;
	height: 24px;
	background: url('../img/en.png') no-repeat;
}
a.en:hover, a.en:active
{
	display: block;
	width: 37px;
	height: 24px;
	background: url('../img/en.png') no-repeat 0px -24px;
}
a.enActive
{
	display: block;
	width: 37px;
	height: 24px;
	background: url('../img/en.png') no-repeat 0px -24px;
}