/* 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.2;
	font-size: 1em;
	background: url(fondo.jpg) repeat;
	background-color: #4d9168;
}


/* COLORES

GRIS:#5a636a
AMARILLO: #7ca16d
  
*/
  
/* MAQUETACION */
  
#contenedor{
  width: 970px;
  height: auto;
  margin: 0px auto;  
 
  
}

#cuerpo{
	margin: 10 0 10 0px; 
	
}


#cabecera{
  height: 120px;
  width: 100%;
  background: #266838;
  margin-top: 10px;
  margin-bottom: 10px;
}

#cabecera2 {
	height: 120px;
	width: 970px;
	margin: 0 auto 0 auto;
}

	

#iframe{
	width: 600px;
	margin: 0 auto 0 auto;
}





#pie{
  position:relative;
  margin: 0 auto 0 auto;
  text-align: center;
  width: 970px;
  height: 50px;
  background: #000;
  font-size: .8em;
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(PIE.htc);
  opacity: 0.6;
}

#abajo{
	
	background: #fff;
}


#pie p{
	padding-top: 10px;
	color: #866923;
}



#principal{
	margin-top: 30px;
	width: 970px; 
	background-color: #fbf7ec;
	margin-bottom: 10px;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(PIE.htc);

}

#principal2{
	margin-top: 30px;
	width: 970px; 
	margin-bottom: 10px;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(PIE.htc);

}

 
·#lateral{
	margin-top: 30px;
	background-color: #424632;
	float: right;
	width: 400px;
	margin-left: 490px;
	margin-bottom: 10px;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(PIE.htc);
}


#publicidad_lateral{
	float: right;
	width: 300px;
}

#formulario{
	width: 475px;
	margin-left: 110px;
	margin-bottom: 10px;
	float: left;
}

/* APLICACION DE ESTILOS */

.clear{
	clear: both;
}

.clear2{
	clear: left;
}

.clear3{
	clear: right;
}

/* ELEMENTOS QUE SE REPITEN */

.divisor{
  border-bottom: 3px dotted #d00459;
  margin: 30px 0px;
}

#cuadrado{

width: 430px;
height: 30px;
background: url(fondo.jpg);
border: 1px solid #bcd20b;
margin-left: 10px;
padding: 5px;
border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(PIE.htc);
margin-top: 15px;
}

.parrafo{
	font-weight: bold;
	font-family: calibri;
	font-size: 1.6em;
	color: #bcd20b;
}


/* CABECERA */

.logo{
  float: left;
  position: relative;
  background: url(logo.png) no-repeat;
  width: 385px;
  height: 64px;
  margin-top: 15px;
}

.logo a{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

  
h2.titulo{
  font-size: 2.2em;
  color: #266838;
  margin-left: 7px;
  margin-top: 10px;
}

h4.titulo{
  font-family: arial;
  font-size: 2.2em;
  color: #4d9168;
  margin-left: 7px;
  margin-top: 10px;
}

h5.titulo{
  font-family: arial;
  font-size: 1.5em;
  color: #c8fe09;
  margin-left: 800px;
  margin-top: 10px;
}

h3.subtitulo{
  font-size: 1.1em;
  color: #4d9168;
  margin-left: 7px;
}


.bio{
  font-size: 1.1em;
  color: #000;
  line-height: 1.2em;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: justify;
}

.bio2{
  font-size: 1.1em;
  color: #000;
  line-height: 1.2em;
  margin-left: 530px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: justify;
}

.bio img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(PIE.htc);
}

.bio3{
  font-size: 1.1em;
  color: #fbf7ec;
  line-height: 1.8em;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: justify;
}



/* PORTFOLIO */

  
.ficha{
  float: left;
  position: relative;
  width: 210px;
  padding: 5px 5px;
  height: 240px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  }
  
.nombre_web{
  font-size: 1.4em;
  color: #fff;
  text-align: justify;
  margin-top: 7px;
}
    
.link_web{
  margin-bottom: 5px;
  text-align: justify;
}

.link_web a{
  font-size: 1em;
  text-decoration: none;
  text-align: justify;
  color: #efede7;
  
}
 
.ficha img{
	border:3px solid #CCCCCC;
}
 
/* SOCIAL */

.social{
	float: right;
	margin-left: 10px;
	width: 300px;
	margin-bottom: 5px;
	background: #000;
  opacity: 0.6;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior: url(PIE.htc);
}

.social a{
	text-decoration: none;
}
 
.social li{
margin-top: 10px;
margin-left: 10px;
	list-style: none;
	width: 100%;
	height: 70px;
	float: left;
	margin-bottom: 1px;
}

.social li a img{
	float: left;
	margin-right: 15px;
}

.titulo_social{
	color: #c8fe09;
	margin-top: 3px;
	font-size: 1.1em;
}

.desc_social{
	color: #fff;
	font-size: .9em;
	margin-top: 3px;
}



	
#formulario{
border:solid 2px #a9c000;
background:url(fondo.jpg);
margin-left: 110px;
width:450px;
padding:14px;
}
#formulario h1 {
font-size:24px;
font-weight:bold;
margin-bottom:10px;
}
#formulario label{
display:block;
font-family: calibri;
font-weight:bold;
text-align:right;
color: #a9c000;
width:140px;
float:left;
}
#formulario .detalle{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#formulario input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #708090;
width:200px;
margin:2px 0 20px 10px;
}
#formulario button{
clear:both;
margin-top: 10px;
margin-left: 120px;
width:100px;
height:31px;
font-family: calibri;
background: url(cuerpo1.jpg);
text-align:center;
line-height:31px;
color:#cf035c;
font-size:14px;
font-weight:bold;
}



  
.nav{
	float: right;
	padding-top: 85px;
}
	
.nav li{
	list-style: none;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: .9em;
}

.nav li a{
	text-decoration: none;
	color: #fff;
}

.nav li a :hover, .seleccionado{
	color: #c8fe09;
	padding-bottom: 1px;
	border-bottom: 3px dotted #c8fe09;
}

.seleccionado{
	color: #c8fe09 !important;
}
	

/* GALERIA */


/* Main Selectors */
body {
	background-color: #425164;
	color: #C0C0C0;
}

a, a:visited {
	background-color: transparent;
	color: #9BAAB3;
}

a:hover {
	background-color: transparent;
	color: #D0D6DD;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #C0C0C0;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 120px;
	border-style: solid;
	border-color: #6A798C;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 120px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 120px;
}

div#navigation td.thumbcell {
	width: 120px;
	border-style: solid;
	border-color: #6A798C;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: justify;
	font-size: 0.8em;
	display: block;
	width: 800px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}




















