﻿.fdoTopCultura {
	background-image: url(../images/topcultura.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 139px;
	width: 804px;
}

.calendario
{
	width: 80%;
	float: right;
}

.calendario th
{
	border-right-color: #ff9900;
	border-right-style: solid;
	border-right-width: 1px;
	height: 40px;
	vertical-align: middle;
}

.calendario td
{
	border-right-color: #ff9900;
	border-right-style: solid;
	border-right-width: 1px;
	height: 30px;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	color: Gray;
}

.calendarioActividad
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.calendarioActividad:hover
{
	font-weight: bold;
	text-decoration: none;
	color: Red;
}

/*///////Silider CULTURA //////*/
#sliderPatrimonio
{
	margin-top: 35px;
}

#sliderPatrimonio ul, #sliderPatrimonio li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sliderPatrimonio li
{
	width: 510px; /*height: 134px;*/
	overflow: hidden;
}
/*
#btnPrev, #btnSig
{
	display: block;
	height: 77px;
	position: absolute;
	left: 560px;
	top: 650px;
	z-index: 1000;
}

#btnSig
{
	left: 680px;
}
*/


#btnPrev a, #btnSig a
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}

.secciones a:link
{
	text-decoration: none;
}
.secciones a:visited
{
	text-decoration: none;
}
.secciones a:hover
{
	text-decoration: none;
}
.secciones a:active
{
	text-decoration: none;
}

.botonIzquierda
{
	background: url(  "../images/ant_old.png" ) no-repeat;
	background-color: Transparent;
	border-style: none;
	cursor: pointer;
}

.botonIzquierda:hover
{
	background: url(  "../images/ant.png" ) no-repeat;
}

.botonDerecha
{
	background: url(  "../images/sig_old.png" ) no-repeat;
	background-color: Transparent;
	border-style: none;
	cursor: pointer;
}

.botonDerecha:hover
{
	background: url(  "../images/sig.png" ) no-repeat;
}

.vertical
{
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}


