/*Reseteador estilo*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color:black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Cominzo estilos*/
/*COMIENZO ESTILO GENERAL (#contenedor / #encabezado / #links  */

body{
	background-image:url(../images/fondohtml.gif);/*#706C6C;*/
	font-family:;
	font-size:12pt;
	text-decoration:none;
}

#granContenedor{
  width: 960px;
  height: 564px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -282px;
  margin-left: -480px;
  overflow: hidden;
}
#contenedorFijo{
	
    width: 960px;
    height: 540px;
    margin:0 auto;
	background:white;
  
}

#pie{
	position:absolut;
	font-size:10pt;
	text-align:center;
	margin:0 auto;
	width:950px;
	color:black;
	background:#838280;
	padding:5px 5px 5px 5px; 
	
}

#encabezado{
    width: 960px;
    height: 100px;
	background:white;
}
#encabezado img {
	float:left;
	margin-top:10px;
	margin-left:300px;
	width:80px;
	height:80px;
}

#titulo{
	float:left;
	width:320px;
	margin-top:20px;
	margin-left:20px;
}
#titulo h1 {
	font-size:25pt;
	font-weight:normal;	
}
#titulo h2 {
	font-size:18pt;
	text-align:left;
	font-weight:normal;

}



#links{
    width:960px;
    height:22px;
	background:#fdc800;
	
}

#links ul {
	text-align:center;
	margin-top:2px;
	*margin-top:4px;
}

#links li {

	display:inline;

}
#links  a{font-size:11pt; color:black; text-decoration:none;}
#links  a:link {
	
}
#links  a:visited{
	
}
#links  a:hover {
	color:white;
}

#enSeccion{
color:#838280;
}
/*FIN ESTILO GENERAL*/
/*INICIO ESTILO INDEX*/
#contenidoInicio{
height: 345px;
}
#texto {
	margin: 0 auto;
	width: 560px;
	margin-top:70px;
	font-size:12pt;
	text-align:justify;
	border:solid 1px black;
	padding:5px 5px 5px 5px;
}
#texto ul{
text-align:center;
margin-top:10px;
margin-bottom:10px;
font-weight:bold;
}
#texto li{
margin-top:5px;
margin-bottom:5px;
}

#texto h1{
	text-align:center;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}



/*FIN ESTILO INDEX*/

/*ESTILO quienesSomos*/

#subLinkQuienes{

clear:left;
margin:0 auto;
background:#dadada;
width:400px;
height:20px;
margin-top:10px;
margin-bottom:10px;

}

#subLinkQuienes ul{

text-align:center;

}

#subLinkQuienes li{
	display:inline;
}

#subLinkQuienes a{
text-decoration:none;
color:black;
}
#subLinkQuienes  a:link {
color:black;
}
#subLinkQuienes  a:visited{
	color:black;
}
#subLinkQuienes  a:hover {
	color:#838280;
}
#contenidoQuienes{
	overflow:auto;
	width:800px;
	height:350px;
	margin:0 auto;
	border:solid 1px black;
	padding:2px 2px 2px 2px;
	clear:left;
	text-align:justify;
}
#contenidoQuienes li{
margin-bottom:2px;
margin-top:2px;
}

h3.Subtit{
font-weight:bold;
font-size:13pt;
margin-top:10px;
margin-bottom:5px;
/*border:solid 1px black;*/
background:#fdc800;
width:780px;
text-align:center;
}
#ulObjetivos li{
margin-top:16px;
margin-bottom:16px;
list-style:square;


}
#ulObjetivos {
margin-left:20px;
}
#esquema {
text-align:center;
margin-top:20px;
margin-bottom:20px;

}
#ulEstructura li{
margin-top:20px;
}
#consejo li{
margin-top:6px;
list-style:square;
}
#consejo {
margin-left:40px;
}
/* ESPERA */
#contenidoEspera p{
text-align:center;
margin-top:150px;
font-size:20pt;
}
/*Fin ESPERA*/

/*Contacto*/
#contenidoContacto{
text-align:left;
margin-top:10px;
margin-left:40px;

}
#contenidoContacto input{
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
}
#contenidoContacto textarea{
width:400px;
margin-right:10px;
}

/*Area cobertura*/
#imagen {
text-align:center;
margin-top:10px;
}
#imagen img{border:solid 1px #dadada;}