.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #E92124;
	font-weight: bold;
}
.titulos2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
}
.parrafo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.vinculo {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.vinculo:hover {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.vinculo2 {
	text-decoration: none;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.vinculo2:hover {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.vinculo3 {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.vinculo3:hover {
	text-decoration: none;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.parrafo2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.parrafo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B453C;
	font-weight: bold;
}

body {
       margin:0; padding:0;
	   background-color:#333
       font-size:80%;
       font-family: sans-serif;
       }
       #wrap{
       width:780px;
       margin: auto;
       text-align:left;
       }
       #header{
       height:100px;
       background: url(../img/header.jpg)
       no-repeat top left;
       margin: 0 0 0 0;
       padding: 0 0 0 0;
       }
       #contenedor {
       width: 80%;
       margin: auto;
       padding:0;
       display: table;
       border: 1px solid black;
       }

       #row {
       display: table-row;
       } 

       #izquierda {
       width:150px;
       padding:1em;
       background: #EEF;
       display: table-cell;
       }

       #derecha{
       width:150px;
       padding:1em;
       background:#FEE;
       display: table-cell;
       }

       #central{
       padding: 1em;
       background:yellow;
       display: table-cell;
       }

       #pie{
       clear:both;
       margin: 0 0 0 0;
       padding: 0 0 0 0;
       }
	   a{
	   font-weight:bold;
	   color:#000; 
		   }
