/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/fondo.gif);
	background-repeat: repeat-y;
}

#contenedor {
	float: left;
	width: 990px;
}

/* -- COMIENZO CABECERA */

#cabecera {
	position: relative;
	float: left;
	width: 990px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#cabecera .dentrocabecera{
	position: relative;
	float: left;
	width: 990px;
	height: 111px;
	margin: 0px;
	padding: 0px;
	background-color: #f5b81b;
}

#cabecera .dentrocabecera img {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

#cabecera ul {
	position: relative;
	float: left;
	width: 990px;
	margin: 0px;
	padding: 0px;
	height: 23px;
}

#cabecera li {
	float: left;
	margin: 0px;
	display: inline;
	padding: 0px;
	text-align: center;
	height: 23px;
}

#cabecera li a{
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 3px 13px 4px 12px;
	background-color: #fadb8d;
	border-left: solid 2px #f5b81b;
}

#cabecera li a:hover {
	background-color: #E08264;
}

#cabecera li .calendarionav{
	border-left: 0px !IMPORTANT;
}

#cabecera li .noticias{
	padding: 3px 12px 4px 25px !IMPORTANT;
	background-image: url(../img/ico_blank.gif);
	background-repeat: no-repeat;
}

/* -- FIN CABECERA */
/* -- COMIENZO CUERPO GENERALES */

.unacolumna {
	position: relative;
	float: left;
	margin: 0px 0px 20px 20px;
	display: inline;
}

.unacolumna2 {
	position: relative;
	float: left;
	margin: 0px 0px 20px 0px;
	display: inline;
}

.doscolumnas {
	position: relative;
	float: left;
	background-image: url(/elmundodeporte/especiales/2007/04/copaamerica07/img/barra_nav_vertical_140px.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px 0px 20px 0px;
	display: inline;
}

#navegacionlateral {
	position: relative;
	float: left;
	width: 140px;
	background-color: #fdf1d1;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#navegacionlateral ul{
	position: relative;
	float: right;
	width: 140px;
	padding: 0px;
	margin: 0px;
}

#navegacionlateral li{
	display: block;
	padding: 5px 15px 5px 5px;
	margin: 0px;
	border-bottom: solid 2px #fff;
	text-align: right;
	list-style-type: none;
	background-image: url(/elmundodeporte/especiales/2007/04/copaamerica07/img/bullet.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #e3a70c;
}

#navegacionlateral li a{
	padding: 0px 2px 0px 2px;
	color: #000;
	text-decoration: none;
}

#navegacionlateral li a:hover{
	background-color: #f5b81b;
	text-decoration: none;
}

#navegacionlateral .resaltadonavlateral {
	color: #000;
	background-color: #fadb8d;
	background-image: none;
}

.doscolumnas #contenido {
	position: relative;
	float: left;
	width: 768px;
	border: 1px solid #000;
	padding: 20px;
	margin: 0px;
	display: inline;
}

.unacolumna #contenido {
	position: relative;
	float: left;
	width: 908px;
	border: 1px solid #000;
	padding: 20px;
	margin: 0px;
	display: inline;
}

#contenido img {
	float: right;
	border: 10px solid #eee;
	margin: 10px 0px 10px 20px;
}

h1 {
	font: bold 26px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background-color: #eee;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: solid 1px #ccc;
}

caption {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #d44c22;
	color: #fff;
	padding: 5px;
}

.ancho100 {
	width: 100%;
}

th {
	border-bottom: solid 1px #d44c22;
	background-color: #f5b81b;
	padding: 5px;
	text-align: center;
}

.thizquierda {
	text-align: left;
}

td {
	border-bottom: solid 1px #d44c22;
	padding: 2px 0px 2px 10px;
}

.tdderecha {
	text-align: right;
	padding: 2px 10px 2px 0px;
	border-right: solid 1px #d44c22;
}

.tdcentrado{
	text-align: center;
	padding: 2px !important;
}

.tdderechasinbordeabajo {
	text-align: right;
	padding: 2px 10px 2px 0px;
	border-right: solid 1px #d44c22;
	border-bottom: none !important;
}

.sinbordeabajo {
	border-bottom: none !important;
}

.tdcentradosinbordeabajo{
	text-align: center;
	padding: 2px !important;
	border-bottom: none !important;
}

.centradobordederecho {
	text-align: center;
	border-right: solid 1px #d44c22;
	padding: 2px !important;
}

.resaltado td{
	background-color: #fef8e8;
}

.resaltado2 td{
	background-color: #fdf1d1;
}

.descanso td{
	background-color: #eee;
	color: #777;
}

.piepagina {
	width: 990px;
	overflow: hidden;
	margin: 0px;
	border-top: 1px solid #ccc;
	padding: 10px 0 20px 0;
	clear: both;
}

.piepagina .logo {
	float: left;
	width: 47px;
	margin: 0 10px 0 10px;
	display: inline;
}

.piepagina .firma {
	float: left;
	font: bold 10px/16px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: none;
	margin: 0;
	padding: 0;
}

.piepagina .firma a {
	color: #999;
}

.piepagina .firma a:hover {
	text-decoration: none;
}

/* -- FIN CUERPO GENERALES*/
/* -- COMIENZO PORTADA */

.noticiaportada {
	float: left;
	padding: 0px 10px 20px 10px;
	margin: 0px;
}

.noticiaportada img{
	border: 0px;
	border-top: solid 2px #d44c22;
}

.noticiaportada h1 {
	margin: 0px;
	padding: 12px 0px 16px 0px;
	width: 600px;
	background-color: #f5b81b;
	text-align: center;
	font-size: 28px;
	color: #000;
}

.noticiaportada h1 a{
	color: #000;
	text-decoration: none;
}

.noticiaportada h1 a:hover{
	color: #000;
	text-decoration: underline;
}

.piefotoportada {
	padding: 0px 4px 0px 0px;
	margin: 0px;
	width: 596px;
	background-color: #f5b81b;
	text-align: right;
	font-size: 10px;
}

.columnaportadacentro {
	float: left;
	width: 175px;
	height: 428px;
	padding: 0px;
	margin: 0px;
}
.columnaportadacentro table .numeracion{
	width: 20px;
	text-align: right;
	font-weight: bold;
}

.columnaportadacentro td{
	text-align: left;
}

.columnaportadacentro th{
	text-align: right;
	padding: 1px 4px 1px 0px;
}

.columnaportadacentro th a{
	text-decoration: none;
	color: #000;
}

.columnaportadacentro th a:hover{
	text-decoration: underline;
}

.columnaportadacentro table{
	margin: 0px 0px 10px 0px;
}

.columnaportadacentro img{
	border: 0px;
	border-top: solid 2px #d44c22;
}

.pastillablog {
	width: 170px;
	height: 278px;
	background-image: url(../img/portada/fondo_blog_portada.jpg);
	background-repeat: no-repeat;
	border-top: solid 2px #d44c22;
	padding: 5px 0px 5px 5px;
}

.titblog {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 53px 0px 0px 0px;
}

.firmablog {
	float: right;
	color: #fff;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	border-top: solid 1px #f5b81b;
	text-align: right;
	width: 115px;
}

.textblog {
	float: left;
	margin: 0px;
	padding: 20px 5px 0px 0px;
}

.textblog a{
	float: right;
	font-weight: bold;
	color: #000;
}

.columnaportadaderecha {
	float: left;
	width: 175px;
	height: 428px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

.columnaportadaderecha p {
	width: 155px;
	height: 34px;
	background-color: #fadb8d;
	padding: 4px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
}

.columnaportadaderecha img {
	margin: 0px;
}

.sinmargen {
	margin: 0px;
}

/* -- FIN PORTADA */
/* -- INICIO PORTADAV2 */

.columnadestacados {
	position: relative;
	float: right;
	width: 360px;
	height: 442px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.columnadestacados table {
	float: left;
	margin: 0pxx;
	padding: 0px;
}

.pastillablog2 {
	position: relative;
	float: right;
	width: 166px;
	height: 134px;
	border: solid 1px #d44c22;
	padding: 5px 0px 1px 7px;
	overflow: hidden;
}

.pastillablog2 .titblog {
	float: right;
	color: #d44c22;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 7px 0px 0px;
}

.pastillablog2 .firmablog {
	float: right;
	color: #d44c22;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-top: solid 1px #f5b81b;
	text-align: right;
	width: 115px;
}

.pastillablog2 .textblog2 {
	float: left;
	margin: 0px;
	padding: 12px 7px 0px 0px;
}

.pastillablog2  .leermasblog a{
	float: right;
	position: relative;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 10px 5px 0px 0px;
}

.pastillablog2  .leermasblog a:hover{
	text-decoration: underline;
}

.columnadestacados th{
	text-align: right;
	padding: 1px 4px 1px 0px;
}

.columnadestacados th a{
	text-decoration: none;
	color: #000;
}

.columnadestacados th a:hover{
	text-decoration: underline;
}

.destacadoportadalargo {
	float: left;
	background-color: #fadb8d;
	width: 360px;
	margin: 10px 0px 0px 0px;
	height: 65px;
}

.destacadoportadalargo img{
	float: left;
	margin: 0px 10px 0px 0px;
	border: 0px;
}

.destacadoportadalargo p{
	padding: 10px 5px 0px 0px;
	margin: 0px;
}

.destacadoportadalargo p a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.destacadoportadalargo p a:hover{
	text-decoration: underline;
}

/* -- FIN PORTADAV2 */


/* -- INICIO PORTADAV3 */

.semifinalescajahome {
	position: relative;
	float: right;
	width: 360px;
	height: 42px;
	margin: 0px 0px 10px 0px;
	padding: 0px !important;
	overflow: hidden;
}

.semifinalescajahome .equipo{
}

.semifinalescajahome .equipoder{
	text-align: right;
	border-right: solid 1px #d44c22;
	padding-right: 10px;
}

.semifinalescajahome .numero{
	border-right: solid 1px #d44c22;
	background-color: #f5b81b;
	font-weight: bold;
	text-align: center;
	width: 28px;
	padding: 0px;
}

.semifinalescajahome caption a{
	color: #fff;
	text-decoration: none;
}

.semifinalescajahome caption a:hover{
	text-decoration: underline;
}

.pastillablog3 {
	position: relative;
	float: right;
	width: 351px;
	height: 58px;
	border: solid 1px #ccc;
	padding: 5px 0px 1px 7px;
	overflow: hidden;
	background-color: #efefef;
}

.pastillablog3 .titblog3 {
	color: #d44c22;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 7px 0px 0px;
	border-bottom: solid 1px #f5b81b;
	text-align: right;
}

.pastillablog3 .titblog3 .firmablog3 {
	font-size: 11px;
	font-weight: normal;
	color: #d44c22;
}

.pastillablog3 .textblog3 {
	float: left;
	margin: 0px;
	padding: 5px 7px 0px 0px;
}

.pastillablog3 .textblog3 a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.pastillablog3 .textblog3 a:hover{
	text-decoration: underline;
}
/* -- FIN PORTADAV3 */


/* -- INICIO CALENDARIO */

.calendario{
	width: 908px;
}

.calendario table{
	margin-left: 10px;
	float: left;
	width: 219px;
}

.tablasinmargin{
	margin-left: 0px !important;
}

.calendario td{
	border: 0px;
}

.calendario th{
	background-color: #d44c22;
	color: #fff;
}

.calendario .dias {
	text-align: right;
	color: #000;
	border-bottom: solid 1px #d44c22;
	padding-right: 10px;
	padding-left: 0px;
}

.calendario .diasvacios {
	text-align: right;
	color: #bbb;
	border-bottom: solid 1px #bbb;
	padding-right: 10px;
	padding-left: 0px;
}

.calendario .colcompeticion {
	width: 120px;
}

.calendario .colcompeticioncolor {
	width: 120px;
	background-color: #fdf1d1;
	border-bottom: solid 1px #d44c22;
	border-left: solid 1px #d44c22;
}

.calendario .colcompeticioncolor2 {
	width: 120px;
	background-color: #fadb8d;
	border-bottom: solid 1px #d44c22;
	border-left: solid 1px #d44c22;
}

.calendario .colcompeticioncolor3 {
	width: 120px;
	background-color: #f5b81b;
	border-bottom: solid 1px #d44c22;
	border-left: solid 1px #d44c22;
}

.calendario .diareserva {
	width: 120px;
	background-color: #eee;
	border-bottom: solid 1px #d44c22;
	border-left: solid 1px #d44c22;
}

/* -- FIN CALENDARIO */
/* -- INICIO RESULTADOS */

.tablaresultados {
	width: 100%;
	clear: both;
}

.tablaresultados2 {
	position: relative;
	width: 48.7%;
	float: left;
}

.tablaresultados2_margen{
	position: relative;
	width: 48.7%;
	float: right;
}

#contenido .izquierda{
	position: relative;
	width: 48.7%;
	float: left;
}

#contenido .derecha{
	position: relative;
	width: 48.7%;
	float: right;
}

#contenido .derecha table{
	width: 100%;
	float: left;
}

#contenido .izquierda table{
	width: 100%;
	float: left;
}

.tipoamarilla {
	color:  #fadb8d;
}

.marcador {
	float: left;
	width: 100%;
	height: 28px;
	background-color: #d44c22;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

.competidores {
	position: relative;
	top: 6px;
	padding: 0px 10px 0px 10px;
}

.marcadorizq {
	position: relative;
	top: 7px;
	width: 20px;
	font-size: 14px;
	background-color: #fff;
	border: solid 1px #fadb8d;
	margin: 2px;
	padding: 0px 4px 0px 4px;
	color: #000;
	height: 16px;
}

.marcadorder {
	position: relative;
	top: 7px;
	width: 20px;
	font-size: 14px;
	background-color: #fff;
	border: solid 1px #fadb8d;
	margin: 2px;
	padding: 0px 4px 0px 4px;
	color: #000;
	height: 16px;
}

/* -- FIN RESULTADOS */
/* -- INICIO EQUIPOS */

.plantillaequipos1 {
	width: 768px;
}

.plantillaequipos1 strong{
	color: #d44c22;
}

.plantillaequipos1 ul{
	float: left;
	width: 384px;
	margin: 0px;
	padding: 0px;
}

.plantillaequipos1 li{
	padding: 3px;
	border-bottom: solid 1px #ccc;
	list-style-type: none;
}

.altodoslineas {
	height: 30px;
}

.altotreslineas {
	height: 45px;
}

.plantillaequipos2 {
	float: left;
	width: 338px;
	margin: 0px;
	padding: 0px;
}

.plantillaequipos2 img{
	float: left !important;
	margin: 0px !important;
	border: 0px !important;
	cursor: pointer;
}

.plantillaequipos2 ul{
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.plantillaequipos2 li{
	list-style-type: none;
	display: inline;
}

.plantillaequipos2 li img{
	border-right: solid 1px #fff !important;
}

.plantillaequipos2 p{
	width: 330px;
	float: left;
	padding: 20px 10px 0px 0px;
	margin: 0px;
}

.plantillaequipos3 {
	float: left;
	width: 429px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-left: solid 1px #ccc;
}

.plantillaequipos3 img{
	margin: 0px 0px 0px 10px !important;
	float: left !important;
}

.textmin {
	float: left;
	font-size: 9px;
	color: #777;
	width: 300px;
}

/* -- FIN EQUIPOS */
/* -- INICIO SEDE */

.sedecuerpo {
	width: 910px;
	position: relative;
	float: left;
	display: inline;
}

.sedecuerpo .columnaizq{
	float: left;
	width: 444px;
	margin: 10px 20px 10px 0px;
}

.sedecuerpo .columnader{
	position: relative;
	float: right;
	width: 444px;
	margin: 10px 0px 10px 0px;
}

.sedecuerpo a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.sedecuerpo a:hover{
	text-decoration: underline;
}

.sedecuerpo .autor{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
	font-weight: bold;
}

.sedecuerpo .grupofotos {
	width: 898px;
	float: left;
	padding: 10px 0px 7px 10px;
	margin: 10px 0px 10px 0px;
	background-color: #eee;
}

.sedecuerpo .grupofotosder {
	width: 610px;
	float: right;
	padding: 10px 0px 7px 10px;
	margin: 0px 0px 10px 20px;
	background-color: #eee;
}

.sedecuerpo .piefoto {
	float: left;
	font-size: 10px;
	color: #555;
	margin: 0px;
	padding: 0px;
}

.sedecuerpo img{
	float: none !important;
	border: 0px !important;
	margin: 0px 0px 5px 0px !important;
}

.sedecuerpo .apartado {
	width: 908px;
	position: relative;
	font-weight: bold;
	color: #d44c22;
	border-bottom: solid 1px #ccc;
	padding: 4px 0px 2px 0px !important;
	overflow: hidden;
	color: #d44c22;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}


.sedecuerpo .apartado2 {
	width: 444px;
	position: relative;
	font-weight: bold;
	color: #d44c22;
	border-bottom: solid 1px #ccc;
	padding: 4px 0px 2px 0px !important;
	overflow: hidden;
	color: #d44c22;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

/* -- FIN SEDE */
/* -- INICIO REGLAMENTO */

.reglamentocuerpo {
	position: relative;
	float: left;
}

.reglamentocuerpo p{
	margin: 0px 0px 12px 0px;
}

.reglamentocuerpo img{
	margin-top: 0px !important;
}

.reglamentocuerpo .centrado{
	margin: 0px 0px 20px 0px !important;
}

.listareglamento {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

.titpuntoreglamento {
	width: 770px;
	position: relative;
	font-weight: bold;
	color: #d44c22;
	border-bottom: solid 1px #ccc;
	padding: 4px 0px 2px 0px !important;
	overflow: hidden;
	color: #d44c22;
	font-size: 12px;
}

.listareglamento li{
	margin: 0px;
	padding: 10px 0px 10px 40px;
	list-style-type: none;
	display: block;
}

.listareglamentoestrecha {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 400px;
}

.listareglamentoestrecha li{
	margin: 0px;
	padding: 10px 0px 10px 40px;
	list-style-type: none;
	display: block;
}

.titpuntoreglamentoestrecho {
	width: 400px;
	position: relative;
	font-weight: bold;
	color: #d44c22;
	border-bottom: solid 1px #ccc;
	padding: 4px 0px 2px 0px !important;
	overflow: hidden;
	color: #d44c22;
	font-size: 12px;
}

.listabanderitas {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

.listabanderitas li{
	margin: 0px;
	padding: 10px 0px 10px 40px;
	list-style-type: none;
	display: block;
}

.listabanderitas img{
	float: left !important;
	border: none !important;
	margin: 0px 10px 0px 0px !important;
}

/* -- FIN REGLAMENTO */
/* -- INICIO DICCIONARIO */

.navdiccionario{
	margin: 0px;
	padding: 0px;
}

.navdiccionario ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navdiccionario ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}

.navdiccionario ul li a{
	width: 42px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #aaa;
	float: left;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

.zeta {
	border-right: solid 1px #000;
	width: 45px !important;
}

.navdiccionario a:hover{
	color: #000;
	text-decoration: none;
	background-color: #f5b81b;
}

.letradiccionario {
	position: relative;
	width: 70px;
	background-color: #f5b81b; 
	padding: 0px 0px 2px 46px;
	text-align: left;
	left: -20px;
}

.listadiccionario {
	width: 430px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

.listadiccionario li{
	margin: 0px;
	padding: 10px 0px 10px 5px;
	list-style-type: none;
	display: block;
}

.listadiccionario2 {
	width: 430px;
	position: relative;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	display: block;
	border-left: solid 1px #ccc;
}

.listadiccionario2 li{
	margin: 0px;
	padding: 10px 0px 10px 5px;
	list-style-type: none;
	display: block;
}


.palabradestacada {
	text-transform: uppercase;
	font-weight: bold;
	color: #d44c22;
	padding: 0px 4px 0px 20px;
}

/* -- FIN DICCIONARIO */
/* -- INICIO HISTORIA */

.navhistoria {
	float: left;
	position: relative;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	display: inline;
	color: #777;
	width: 949px;
}

.navhistoria li {
	float: left;
	list-style-type: none;
	display: inline;
	border-left: solid 1px #000;
	text-align: center;
	height: 21px;
	padding: 0px !important;
}

.navhistoria a{
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	padding: 3px 0px 3px 0px;
}

.navhistoria a:hover{
	color: #000;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 11px 3px 10px;
	background-color: #f5b81b;
}

.navhistoria li .listadoediciones {
	position: relative;
	float: left;
	padding: 3px 20px 3px 20px !important;
	font-weight: bold;
	color: #000;
	background-color: #eee;
}

#antecedentes a{
	position: relative;
	float: left;
	font-size: 11px;
	padding: 3px 20px 3px 20px !important;
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}

#antecedentes a:hover{
	color: #000;
}

.historiacuerpo .columnaizq{
	position: relative;
	float: left;
	width: 444px;
	margin: 10px 20px 10px 0px;
}

.historiacuerpo .columnader{
	position: relative;
	float: left;
	width: 444px;
	margin: 10px 0px 10px 0px;
}

.historiacuerpo h1 {
	position: relative;
}

.historiacuerpo h2 {
	position: relative;
	overflow: hidden;
	padding: 4px 0px 2px 0px;
	border: 0px;
	border-bottom: solid 1px #ccc;
	color: #d44c22;
}

.historiacuerpo .columnaizq h2{
	width: 444px !important;
}

.historiacuerpo .columnader h2{
	width: 444px !important;
}

.historiacuerpo .contabla {
	width: 500px;
	height: 150px;
}

.historiacuerpo .contabla2filas {
	width: 500px;
	height: 100px;
}

.historiacuerpo .contabla3filas {
	width: 500px;
	height: 110px;
}

.historiacuerpo .contabla4filas {
	width: 500px;
	height: 125px;
}

.historiacuerpo .contabla6filas {
	width: 500px;
	height: 160px;
}

.historiacuerpo .contabla7filas {
	width: 500px;
	height: 185px;
}

.historiacuerpo .contabla2 {
	width: 500px;
}


.historiacuerpo table {
	float: right;
	width: 380px;
	margin: 0px;
}

.historiacuerpo table caption{
	margin: 0px;
}

.historiacuerpo .fotoder {
	width: auto;
	float: right;
	padding: 10px 10px 7px 10px !important;
	margin: 0px 0px 10px 20px;
	background-color: #eee;
}

.historiacuerpo .fotoizq {
	width: auto;
	float: left;
	padding: 10px 10px 7px 10px !important;
	margin: 0px 20px 10px 0px;
	background-color: #eee;
}

.historiacuerpo .piefoto {
	float: left;
	font-size: 10px;
	color: #555;
	margin: 0px;
	padding: 0px;
}

.historiacuerpo img{
	float: none !important;
	border: 0px !important;
	margin: 0px 0px 5px 0px !important;
}

.historiacuerpo .margenizquierda {
	position: relative;
	left: 20px;
	padding-right: 20px !important;
}

/* -- FIN HISTORIA */
/* -- INICIO MULTIMEDIA */

.multimediacuerpo {
	position: relative;
	float: left;
}

/* -- FIN MULTIMEDIA */
/* -- INICIO FOTOGRAFIA */

.unacolumna #contenidofotos {
	position: relative;
	float: left;
	width: 948px;
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.tablafotos td{
	width: 212px;
	border: 0px !important;
	padding: 0px !important;
	vertical-align: top;

}

.tablafotos td img{
	border: 0px !important;
	border-bottom: solid #d44c22 2px !important;
	margin: 0px !important;
}

.tablafotos td p{
	background-color: #eee;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}

.tablafotos td p a{
	text-decoration: none;
	color: #000;
}

.tablafotos td p a:hover{
	text-decoration: underline;
	color: #d44c22;
}

/* -- FIN FOTOGRAFIA */
/* -- INICIO MEDCUP */

.cabeceramedcup {
	float: left;
	background-color: #001a4b;
	padding: 5px 10px 5px 20px;
	margin: 0px 0px 20px 0px;
}

.titmedcup {
	float: left;
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
	width: 500px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}

.cabeceramedcup img{
	border: 0px !important;
	margin: 0px !important;
}

/* -- FIN MEDCUP */
/* -- INICIO BLOG */

.blogcuerpo {
	float: left;
}

.blogcuerpo select{
	position: relative;
	float: right;
	border: solid 1px #ccc;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
}


.blogcuerpo h1{
	margin: 10px 0px 0px 0px;
}

.blogcuerpo h2{
	margin: 10px 0px 0px 0px;
}


.blogcuerpo .fechablog {
	font-size: 10px;
	color: #999;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

.blogcuerpo .fotoder {
	width: auto;
	float: right;
	padding: 10px 10px 7px 10px !important;
	margin: 10px 0px 10px 20px;
	background-color: #eee;
}

.blogcuerpo .fotoizq {
	width: auto;
	float: left;
	padding: 10px 10px 7px 10px !important;
	margin: 10px 20px 10px 0px;
	background-color: #eee;
}

.blogcuerpo .piefoto {
	float: left;
	font-size: 10px;
	color: #555;
	margin: 0px;
	padding: 0px;
}

.blogcuerpo img{
	float: none !important;
	border: 0px !important;
	margin: 0px 0px 5px 0px !important;
}

/* -- FIN BLOG */	
/* publicidad superior, de 730 y modulo de 240 de ancho */
        #publicidadsuperior {
            width: 990px;
			margin: 0 0 0 1px !important;
			padding: 0px;
			overflow: hidden;
        }
		#publicidadsuperior .publicidadhorizontal {
			width: 740px!important;
			float: left;
		}
		 #publicidadsuperior table {
		 	background-color: #f0f0f0 !important;
        }
		 #publicidadsuperior td {
		 	border: 0px !important;
			padding: 0px !important;
        }
        #publicidadsuperior .publicidadhorizontal div table td.margen {
            width: 1px !important;
        }
        #publicidadsuperior .publicidadhorizontal,
        #publicidadsuperior .publicidadhorizontal div,
        #publicidadsuperior .publicidadhorizontal table {
            width: 740px !important;
        }
        #publicidadsuperior .publicidadmodulo {
            width: 244px;
            float: left;
			margin: 0 0 0 5px;
        }
	/* fin publicidad superior */
	.publicidadtira {
		clear: both;
		width: 980px;
		margin: 10px 0 20px 0;
	}
/* -- FIN PUBLICIDAD */