﻿/*************  Plantilla de noticias *******************/
.NoticiasPanel
{
	float:left;
	width: 606px;
}

.NoticiasPanel h1
{
	font-size: 1.4em;
	color: #283F88;
	border-bottom: dotted 1px #283F88;
	padding-bottom: 5px;
}

.NoticiasPanel .Resumen
{
	display: block;
	font-size: 1.2em;
	font-style: italic;
	background-color: #eee;
	border: solid 1px #ddd;
	width: 594px;
	padding: 5px;
}

.NoticiasPanel .FotoNoticia
{
	float: left;
	padding-right: 15px;
	padding-top: 15px;
}

.NoticiasPanel .Noticia
{
	font-size: 1.1em;
}

.NoticiasPanel .Enlace
{
	font-size: 1.4em;
	text-decoration: underline;
	color: #283f88;
}

/************ Buscador de Noticias *********************/
.PanelBuscador
{
	background-image: url(Images/BGContenidoAncha.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width:606px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 15px;
}
.PanelBuscador h1
{
	font-size: 1.2em;
	color: #283F88;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(Images/cabeceraContenidoAncha.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	padding: 8px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.PanelBuscador .CamposDeBusqueda
{
	width:50%;
	margin: auto auto auto auto;
}

.PanelBuscador ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.PanelBuscador ul li span
{
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 5px;
}

.PanelBuscador ul li input
{
	margin: 3px;
	padding: 0px;
	vertical-align: middle;
}

.PanelBuscador .Boton
{
	text-align: right;
	margin-top: 5px;
}

.Listado
{
	width: 100%;
	float: left;
	background-image: url(Images/BGContenidoAncha.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.Listado ul
{
	width: 602px;
	margin: 5px auto 10px auto;
	font-size: 1.1em;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	/*border-bottom: 1px solid silver;*/
}
.Listado h2
{
	background-image: url(Images/dot-noticias.jpg);
	background-position:left center;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #000;
	font-size: 1em;
	padding:0px 5px 0px 10px;
	margin:5px 15px 5px 15px;
}
.Listado h2 a, .Listado h2 a:visited, .Listado h2 a:hover
{
	color: #283F88;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.Listado .DivListado p
{
	margin: 0px;
	padding: 0px 5px 10px 25px;
}
.Listado .AspNet-GridView td
{
	/*border-top: 1px solid silver;*/
	/*padding: 5px;*/
}
/*.Listado .AspNet-GridView .AspNet-GridView-Alternate td
{
	background: #eeeeee;
}*/

.Listado .Resultados
{
	font-size: 1em;
	color: #000000;
	text-align: left;
	background-image: url(Images/CabeceraFinaContenidoAncha.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	padding: 10px 0px 10px 15px;
	margin: 0px 0px 0px 0px;
	border-bottom: dotted 0px #dddddd;
}

.Listado .AspNet-GridView .AspNet-GridView-Pagination
{
	border-top: dotted 1px #dddddd;
	padding: 5px 20px 10px 0px;
	text-align: right;
}

.Listado .AspNet-GridView .AspNet-GridView-Pagination a
{
	color: #283F88;
}

.Listado .AspNet-GridView .AspNet-GridView-Pagination span
{
	color: #000;
	font-weight: bold;
}

/*********** Fin buscador de noticias ******************/


/************ Plantillas de contenidos generales (titulo, texto y foto)***********/
.ContenidosPanel
{
	text-align: justify;
	font-size: 10pt;
	vertical-align: top;
}

.ContenidosPanel h1, h1
{
	background-image:url("Images/logo_urones_mini.jpg");
	height: 28px;
	background-position:left;
	background-repeat: no-repeat;
	font-size : 16pt;
	padding-left: 40px;
}

.ContenidosPanel .ContenidosFotoIzquierda
{
	float: left;
	margin: 0px 15px 10px 0px;
}

.ContenidosPanel .ContenidosFotoDerecha
{
	float: right;
	margin: 0px 0px 10px 15px;
}

.ContenidosPanel .ContenidosFotoCentral
{
	width: 95%;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

/******************************** Accesibilidad *******************************/
#ContenidoAccesibilidad ul.tipo1
{
	margin:10px 15px;
}
#ContenidoAccesibilidad ul.tipo1 li.tipo1
{
	padding-left:1.2em;
	margin-bottom:5px;
	background:transparent;
}

/***************************** Plantillas de ERRORES ***************************/
.ContenidosPanel .PanelError
{
	border: solid 1px red;
	background-color: #ffeeee;
	padding: 5px;
	text-align: center;
}

.ContenidosPanel .PanelError strong
{
	display:block;
	width: 100%;
	text-align: center;
	background-color: #ff8888;
	margin-bottom: 15px;
	font-size: 1em;
	font-weight: bold;
	color:black;
	text-transform: uppercase;
}
