body {
	background-color: #3e4d95;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

h1, h2 {
	background-image: url(images/fondo-titulos.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #f1dd42;
	text-transform: uppercase;
	padding-top: 3px;
	padding-left: 25px;
	height: 20px;
}

h2 {
	padding-left: 0px;
	background-image: url(images/fondo-h2.jpg);
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #f1dd42;
	outline: none;
}
/*MARCOS-------------------------------------------------------------------*/
#box {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	display: table;
	background-image: url(images/fondo-contenido.gif);
	background-repeat: repeat-y;
}

#cabecera {
	width: 950px;
	height: 236px;
	float: left;
	background-image: url(images/fondo-cabecera.jpg);
	background-repeat: no-repeat;
}

#cabeceraLogo {
	float: left;
	clear: both;
}

#mediaSeleccionado {
	width: 366px;
	float: left;
}

#pie a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#contenidoExt {
	clear: both;
	display: block;
	width: 930px;
	margin: 0px auto;
	padding: 0px 0px 0px 20px;
}

#contenidoExt div {
	float: left;
	display: block;
}

#secciones {
	padding: 0px 10px 0px 10px;
	width: 640px;
	float: left;
	display: table;
}

#columnaMenuVertical {
	width: 249px;
}

#pie {
	color: white;
	width: 950px;
	margin: 0px auto;
	font-size: 10px;
	line-height: 11px;
	background-image: url(images/fondo-pie.gif);
	background-repeat: no-repeat;
	display: table;
}

#direccion {
	float: left;
	padding-left: 25px;
	padding-top: 60px;
	color: black;
}
#enlacesBulldogCompany {
	float: right;
	background-image: url(images/iconos-enlaces.jpg);
	background-repeat: no-repeat;
	width: 560px;
	margin-top: 8px;
	padding-right: 30px;
}
#enlacesBulldogCompany ul {
	margin: 0;
	padding: 0;
}
#enlacesBulldogCompany ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#enlacesBulldogCompany ul li {
	float: left;
	padding-top: 70px;
	font-size: 10px;
	text-align: center;
	color: #FFFF00;
	width: 80px;
}
#enlacesBulldogCompany ul li a {
	padding-top: 70px;
	text-decoration: none;
}
#enlacesBulldogCompany ul li a:hover {
	color: white;
}

#pie a {
	color: #f3e410;
}

#pie .edreams {
	color: #CCCCCC;
	text-decoration: none;
}
/*GESTOR------------------------------------------------------------------*/
.tablaListadoDinamico td {
	/*border-bottom: 1px solid #c8c8c8;*/
}
.cabeceraListadoDinamico {
	display: none;
}
.filaListadoDinamico, .textoSuperiorListadoDinamico, .textoInferiorListadoDinamico, .tituloFotografia {
	color: #f1dd42;
	font-weight: bold;
}
.tituloFotografia, .celdaMenu{
	text-align:center;
}
.celdaMenu img{
	border: 1px solid #f1dd42;
	padding:2px;
}
	
.filaListadoDinamico div {
	border: 1px solid white;
	margin:2px;
	margin-right:10px;
	padding:2px;
}
.filaAlternaListadoDinamico {
	color: white;
	font-weight: bold;
	background-color:#34468e;
}
.filaAlternaListadoDinamico div {
	border: 1px solid #f1dd42;
	margin:2px;
	margin-right:10px;
	padding:2px;
}
.imagenListadoDinamico {
}
.linkDataGrid {
	text-decoration: none;
	font-weight: normal;
	
}
.linkDataGrid:hover {
	color: white;
}

