/** BEGIN Estilos para la entrada del tablón **/
#entradaTablon{
	float: left;
	margin-top: 30px;	
	font-size: 1.1em;
	width: 100%;
}

#CabeceraTablon h2{
	font-family: Arial,Verdana,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

#anuncio{
	position: relative;
	float: left;	
}

#imagen{
	width: 150px;
	max-height: 200px;
	margin-right: 20px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #ff9600;
	padding: 10px;		
	text-align: center;
	vertical-align: middle;
}

#imagen img{
	max-width: 130px;
	max-height: 180px;	
	border-style: none;
}

#textos{
	min-height: 200px;
	font-family: Verdana, serif;
	color: #666666;
	font-weight: normal;
	font-size: 0.8em;
}

#textos h2{
	font-size: 1.2em;
	font-weight: bold;	
}

#textos h3{
	font-size: 1em;
	font-weight: bold;	
}

.blue /**red*//{
	color: #930008;	
}

#texto{
	border-bottom: 1px solid #0093d0;
}

#fechas{
	width: 100%;
	height: auto;
	float: left;	
	font-family: Verdana, serif;
	color: #666666;
	font-weight: normal;
	font-size: 0.8em;
	border-bottom: 1px solid #ff9600;
}

.fch_ini{
	display: block;
	padding-top: 5px;
	height: 20px;
	background-image: url("../img/fch_ini.png");
	background-repeat: no-repeat;
	padding-left: 30px;	
}

.fch_fin{
	display: block;
	padding-top: 5px;
	height: 20px;
	background-image: url("../img/fch_fin.png");
	background-repeat: no-repeat;
	padding-left: 30px;	
}

#documentosTablon{
	width: 100%;
	height: auto;
	float: left;
}

#documentosTablon a:link, #documentosTablon a:visited{
	padding-top: 5px;
	display: block;
	vertical-align: middle;
	padding-left: 30px;
	height: 20px;
	background-image: url("../img/pdf.png");
	background-repeat: no-repeat;
	background-position: left;
	font-family: Verdana, serif;
	color: #930008;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}

/** END Estilos para la entrada del tablón **/
/** BEGIN Estilos para el tablón **/

#CabeceraTablon h2{
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;	
	color: #0093D0;
	display: none;
}

caption{
    color: #8A0202;
    font-family: Arial,Verdana,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#ordenarPor{
    background-image: url("../img/pestana_buscador.png");
    background-repeat: no-repeat;
    color: white;
    float: right;
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    height: 80px;
    margin-bottom: 0;
    margin-top: -154px;
    padding-left: 5px;
    padding-top: 16px;
    width: 322px;
}

#ordenarPor form{
    padding-left: 22px;
    width: 307px;
}

#ordenarPor select{
   width: 250px;
}

#ordenarPor label{
    display: block;
    margin-bottom: 5px;
    margin-left: -15px;
    width: 100px;
}

#ordenarPor ul{
	list-style: none;
	display: inline;
}

#ordenarPor ul li{
	display: block;
	text-align: left;
}

#ordenarPor a:link, #ordenarPor a:visited{
	text-decoration: none;
	background-image: url("../img/bullet.png");
	background-repeat: no-repeat;
	padding-left: 13px;
	color: ff9600;
}

#ordenarPor input{
    background-color: transparent;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 22px;
    width: 22px;
}

#Tablon{
    color: #666666;
    font-family: Verdana,Arial,sans-serif;
    font-size: small;
    padding-top: 10px;
}

#Tablon table{
    border-collapse: collapse;
}

#Tablon thead{
	border: 1px solid #737373;
}

#Tablon tbody{
	border: 1px solid #737373;
}

#Tablon tr{
	border-left: 1px solid #737373;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
	text-align: left;
}


.thead, .thead:hover{
    background-color: #737373;
    height: 20px;
    text-align: left;
}

a:link.sortheader, a:visited.sortheader{
    color: white;
    padding-left: 10px;
    text-align: left;
    text-decoration: none;
}

tr:hover{
	background-color: #ceecff;
}

.col1{
	width: 60%;	
	padding: 8px;
}

.col2{
	width: 25%;
}

.col3{
	width: 15%;
}

.col4{
	width: 30px;	
}

.viewMore{
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("../img/viewMore.png");	
	background-repeat: no-repeat;
}

/** END Estilos para el tablón **/
/** BEGIN Estilos para la página del tablón **/

html, body{
	margin: 0px;
	padding: 0px;
}

#contenidoPaginaTablon{
    border-bottom: 2px solid #8A0202;
    border-left: 2px solid #8A0202;
    margin-left: 33px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 40px;
    float: left;
    width: 93%;
}
#paginaTablon{
	width: 100%;
}

#cabeceraPaginaTablon{
    height: 97px;
    margin-top: 20px;
}

#cabeceraPaginaTablon a{
    display: block;
    height: 100%;
    top: 0;
    width: 100%;
}

#cabeceraPaginaTablon_izq{
    background-image: url("../img/banner_izq.jpg");
    background-position: left center;
    float: left;
    height: 97px;
    margin-left: 10px;
    width: 214px;
}

#cabeceraPaginaTablon_der{
    background-image: url("../img/banner_der.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    float: right;
    height: 97px;
    margin-right: 10px;
    width: 7px;
}

#cabeceraPaginaTablon_centro{
    background-image: url("../img/banner_centro.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 97px;
    margin-left: 224px;
    margin-right: 17px;
}

#barratitulo{
    background-color: #696969;
    color: white;
    font-family: arial;
    font-size: 0.8em;
    font-weight: bold;
    height: 14px;
    margin-top: 20px;
    padding: 8px 0 8px 18px;
    text-transform: uppercase;
}

#titulotablon{
    background-color: #D3D3D3;
    background-image: url("../img/fondo_titulo.jpg");
    background-repeat: repeat-y;
    height: 75px;
    padding: 19px 0 19px 19px;
}
	#titulo{
		background-image: url("../img/tablondigitaldeedictos.jpg");
    		background-repeat: no-repeat;
    		height: 71px;
    		width: 255px;
    		background-position: right;
	
	}
	
#back a{
    background-image: url("../img/volver.jpg") !important;
    height: 32px !important;
    margin-top: 30px;
    width: 66px;
    display: block !important;
}

#piePaginaTablon{
    background-color: #8A0202;
    bottom: 0;
    float: left;
    height: 31px;
    margin-bottom: 0;
    margin-top: 70px;
    width: 100%;
}

/** END Estilos para la página del tablón **/

