html
{
font-family:Arial;
   
}

body
{
    background: url("../imagenes/background-foreground.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    font-size:0.9em;
    text-align:justify;
	color:#1A171B;
}

#contenedor
{
max-width: 960px;
margin:0 auto;

}

.cabecera
{
    background-image:url("http://www.esvial.org/wp-content/uploads/2013/08/bannerprincipal_agosto2013v2.jpg");
    background-repeat:repeat-x;
    color:#062B44;
    height:6em;
    font-size:0% ;
    width: 957px;
    height: 307px;
	text-align:center;
}

.encabezado
{
	/*background-color:#FFD700;*/
	color:#035394;
	text-align:center;
	font-size:1.8em;
}

h2
{
color:#035394;
}

h3
{
    background-color: #035394;
    color: #FFFFFF;
    font-size: 1.3em;
    height: 30px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    width: 450px;

}

h3 a:link {
    color: #FFFFFF;
    text-decoration: none;
}
h3 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
h3 a:hover {
    color: #F7F303;
    text-decoration: none;
	font-weight: bold;
}
h3 a:active {
    color: #FFFFFF;
    text-decoration: none;
}


#footer {
    background: url("../imagenes/footer.png") repeat-x scroll 0 0 #333333;
    color: #FFFFFF;
    font-size: 80%;
    height: 120px;
    margin: auto;
    width: 100%;
}
#inside_footer {
  	margin-left: auto;
  	margin-right: auto;
  	width: 960px;
  	padding-top: 1%;
  	height:100px;
  	background: #333333 url("../imagenes/footer.png") repeat-x;
}

#social-menu{
	height:40px;
	width:50%;
	float:left;
	margin-top:1.5%;
}

#social-menu ul{
  	margin: 0;
  	list-style-type:none;
  	padding: 0;
}

#social-menu ul li{
	display:inline;
}

#social-menu ul li a {
  	display:block;
  	text-decoration:none;
  	float:left;
}

#social-menu li a.wcag {
	padding-right: 10px;
	padding-top: 4px;
}

#copyright {
    	margin: 0;
    	padding: 0;
    	width:50%;
    	float:left;
}

#copyright li {
    	float: right;
    	text-decoration:none;
    	display:block;
}

#copyright li.text {
    	clear:both;
    	font-family: Georgia;
    	font-size:0.625em;
}

#copyright li.alfa { 
    	clear:both;
    	background-image:url('images/imagen-footer.png');
    	height: 47px;
    	float:right;
}

#copyright {
    	width: 50%;
}

#alfa {
    	width: 17.5%;
    	height: 97px;
    	float:left;
    	display:block;
}

#copyrighttext {
    	font-family: Arial;
    	font-size:0.8em;
    	width: 82.5%;
    	float:left;
    	margin-top:20px;
		text-align: left;
}

a:link {
    color: #035394;
    text-decoration: none;
}
a:visited {
    color: #035394;
    text-decoration: none;
}
a:hover {
    color: #3DA3E1;
    text-decoration: none;
	font-weight: bold;
}
a:active {
    color: #035394;
    text-decoration: none;
}
#palfa a{

color:#FAC196;
text-decoration:underline;

}