#contenido {
	float: left;
	margin: auto auto 0;
	padding-top: 1.4em;
	padding-bottom: 1em;
	text-align: left;
}


#contenido h1 { 
	background-repeat: no-repeat;
	background-position: 0.5em 0.1em;
	padding: 0 2.5em;
	/*font-size: 1.2em;*/
	color: #FFFFFF;
	display: inline;
	margin-bottom: 10em;
}

#contenido h1 a {
	color: #FFFFFF;
	font-weight: bold;
}

#contenido h1.LabelExpediente {
	background-color: Transparent;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

#contenido h2 { /*clear: both;*/
	padding: 0.5em 3em;
	font-size: 1.1em;
	/*line-height: 2.5em;*/
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	display: inline;
}

#contenido h3 {
	font-size: 1em;
	font-weight: bold;
}

#contenido fieldset {
	padding: 1.5%;
	margin-bottom: 1em;
	margin-top: 1em;
}

#contenido legend {
	font-weight: bold;
	overflow: hidden;		/* Chrome */
	padding: .5em;
}

#contenido legend input,#contenido tr td input {
	float:left;
	width:auto;
}

#contenido fieldset ul,#contenido ul.DocOpcional {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/*margin-top: 1em;*/
}

#contenido fieldset ul li,#contenido ul.DocOpcional li {
	margin-bottom: 0.3em;
	clear: both;
	background-image: none;
}

#contenido fieldset label,#contenido ul.DocOpcional li label {
/*	width: 25%; */
	float: left;
	margin-top: .15%;
}

#contenido fieldset ul li input,#contenido ul.DocOpcional li input {
	border: 1px solid #d7d7d7;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
	width: 60%;
	min-height: 1.45em;
}

#contenido fieldset ul li input.campofecha {
	text-align: right;
}

#contenido fieldset input.BotonFecha {
	background-color: #fff;
	background-image: url(../images/icons/calendario.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
}

#contenido #GVDocSinGrupo td.DescDocu,#contenido .GridViewTable td.DescDocu
	{
	width: 30%;
}

#contenido #GVDocSinGrupo td.InputFileDocu,#contenido .GridViewTable td.InputFileDocu
	{
	width: 70%;
}

#contenido #GVDocSinGrupo input,#contenido .GridViewTable td.InputFileDocu input
	{
	border: 1px solid #d7d7d7;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
	width: 95%;
}

#contenido ul.DocOpcional li select.FilesAdicionales {
	border: 1px solid #d7d7d7;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
	width: 80%;
}

#contenido fieldset ul li.Boton input,
	input.Boton,
	#contenido ul.DocOpcional li.Boton input {

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;

	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;

	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
	background-color: #ffffff;
	width: auto;
}

#contenido ul {
	text-align: left;
}

#contenido ul li,dt.GridViewDetailsHeader {
	background: transparent url(../images/contenido/bullet.gif) no-repeat scroll 0.1em 0.7em;
	list-style-type: none;
	padding: 0.3em 0 0.3em 1.5em;
}

#contenido .Error {
	color: #FF0000;
}

#contenido .Informacion {
	color: #00AA00;
}

#DivContenidoDefault {
	text-align: left;
	margin: 0em;
	padding: 0em;
}

div.DivPresencial div,div.DivTelematico div {
	padding: 1em 0 1em 3em;
}

div.DivPresencial div a {
	padding: 0.3em 0 0.3em 1.5em;
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url("Images/docSol.gif");*/
}

div.DivTelematico {
	text-align: right;
	margin-right: 2em;
}

div.DivTelematico div a {
	/*background: transparent url("Images/tramita.gif") no-repeat;*/
	background-position: right top;
	display: block;
	line-height: 18px;
	padding: 10px 45px 15px 0;
}

#contenido ul.leyenda {
	list-style-type: none;
}

#contenido ul.leyenda li {
	display: inline;
	background-image: none;
}

.campoCuentaBancaria{
	float: left;
	text-align: center;
	margin-right: 1.4%;
}

.campoCuentaBancaria .etiquetaCampo{
	display: block;
}

.campoRepresentacion{
	float:left;
	text-align:center;
	margin-right:1.4%;
}

.campoRepresentacion .etiquetaCampo{
	display: block;
}

.tituloCuentaBancaria {
	text-align: left;
	margin-top: 1.25em;
}

#enlaceVolver {
	margin: 2% 1%;
	clear:both;
}
#enlaceVolver a {
   padding-left: 22px;
   background: transparent url(../images/icons/volver.png) no-repeat center left;
   display: inline-block;
   line-height: 22px;
}

#descargaPlugin {
	margin-bottom: 3%;
}

/*Clases del skin por defecto de los gridview*/
.GridViewTable {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	margin-top: 1em;
	overflow: visible;
	/* width: 100% */
}

.GridViewTable table {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
}

caption {
	padding: 1em 0;
}

.GridViewRowHeader th {
	padding: 0.5em 1em 0.75em;
	margin: 0px;
	background: #F0F0F0;
	text-align: left;
	white-space: nowrap;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	font-size: 1.15em;
}

.GridViewRowHeader td,.GridViewRow td {
	border-bottom: 1px solid #ccc;
	vertical-align: middle !important;
	padding: 0.3em 1em 0.5em 1em;
}

.GridViewEmptyRow,.DetailsViewEmptyRow {
	padding: 1em;
	font-weight: bold;
}

.GridViewDetailsHeader,.DetailsViewListHeader {
	font-weight: bold;
}

#TextoXML, .TextoXML{
	margin-bottom: 1em;
}

#TextoXML p, .TextoXML p {
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#TextoXML p:first-letter, .TextoXML p:first-letter{
	font-size: 1em;
	font-weight: bold;
}

.ImageBackground, #ImageBackground {
	text-align: justify;
}

p.oculto {
	display: none;
}

#PasosTramitacionDiv {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#TituloPasosTramitacion {
	width: 100%;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0em;
	padding: 2em 0em 2em 2em;
}

#TituloPasosTramitacion a {
	text-decoration: none;
	color: #C15968;
	padding: 0em;
	margin: 0em;
}

#PasosTramitacionDiv ul {
	text-align: center;
	padding: 0.5em 0em 0.5em 0em;
	margin: 0;
}

#PasosTramitacionDiv ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 0em 0em 0em 0em;
}

#PasosTramitacionDiv ul li div { /*width:14%;*/
	float: left;
	padding: 0.2em;
	margin: 0.2em;
}

#DivAnterior {
	float: left;
}

#DivSiguiente,#DivFinalizar {
	float: right;
}

#DivSiguiente .ButtonSiguiente {
	/*background-image: url("Images/siguiente.gif");*/
	background-repeat: no-repeat;
	background-position: right;
	background-color: Transparent;
	border: none;
	text-align: left;
	color: #C15968;
	width: 8em;
	height: 4em;
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
}

#DivAnterior .ButtonAnterior {
	/*background-image: url("Images/anterior.gif");*/
	background-repeat: no-repeat;
	background-position: left;
	border: none;
	background-color: Transparent;
	text-align: right;
	color: #C15968;
	width: 8em;
	height: 4em;
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
}

.ButtonFinalizar {
	/*background-image: url("Images/finalizar.gif");*/
	background-repeat: no-repeat;
	background-position: right;
	border: none;
	background-color: Transparent;
	text-align: left;
	color: #C15968;
	width: 8em;
	height: 4em;
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
}

ol.PasosFinSolicitud li,ol.PasosNotificacion li {
	padding: 0.5em 0 0.5em 0;
}

.LabelErrorPage {
	font-weight: bold;
}

#faq {
	text-align: left;
}

#faq ul {
	list-style-type: none;
}

#faq ul li {
	margin: 1em 0em 0em 0em;
}


#faq dl dt {
	margin: 2em 0em 0em 0em;
}

#faq dl dt a {
	font-size: 1.2em;
}

#faq dl dd {
	margin: 1em 0em 3em 0em;
}

#faq a.arriba {
	color: #000000;
	text-decoration: none;
	/*background-image: url("Images/arriba.gif");*/
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
}

/*ENCUESTAS*/
.barraEncuesta {
	height: 10px;
	padding-top: 3px;
	margin-right: 10px;
	/*float :right ;*/
	vertical-align: middle;
}

.resultadoEncuesta {
	color: #317c2f;
	font-weight: bold;
}

/*Clases de las pestañas*/
#Tabs {
	border: solid 1px #b7b7b7;
	margin-left: 10px;
	margin-top: 0;
	width: 99%;
	padding-left: 0.5em;
	border-top: none;
}

#Tabs table.GridViewTable {
	margin-left: 1em;
	width: 98%;
}

#Tabs .GridViewDetails {
	padding-top: 1em;
	width: 98%;
}

#MenuTabs {
	float: left;
	width: 100%;
	line-height: normal;
	border-bottom: solid 1px #b7b7b7;
	margin-left: 10px;
}

#MenuTabs ul {
	margin: 0;
	padding: 10px 0 0 0px;
	list-style: none;
	float: left;
	margin-bottom: -1px;
}

#contenido #MenuTabs ul li {
	display: inline;
	margin: 0;
	padding: 0;
	background-image: none;
	/*margin-bottom:-1px;*/
}

#MenuTabs a {
	float: left;
	/*background: url("Images/tableftB.gif") no-repeat left top;*/
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	color: #000000;
	border-bottom: solid 1px #b7b7b7;
}

#MenuTabs a span {
	float: left;
	display: block;
	/*background: url("Images/tabrightB.gif") no-repeat right top;*/
	padding: 5px 15px 4px 6px;
	color: #000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#MenuTabs a span {
	float: none;
}

/* End IE5-Mac hack */


#MenuTabs a:hover {
	background-position: 0% -42px;
}

#MenuTabs a:hover span {
	background-position: 100% -42px;
}

#MenuTabs li.MenuStaticSelectedStyle a.MenuStaticMenuItemStyle,#MenuTabs li.MenuStaticSelectedStyle a.MenuStaticMenuItemStyle:hover
	{
	background-position: 0% -42px;
	border-bottom: solid 1px #ffffff;
}

#MenuTabs li.MenuStaticSelectedStyle a.MenuStaticMenuItemStyle span,#MenuTabs li.MenuStaticSelectedStyle a.MenuStaticMenuItemStyle:hover span
	{
	background-position: 100% -42px;
}

/*Procedimientos*/
#GVProcedimientos .box {
	max-width: 30em;
	min-width: 10em;
	/*background: url( "Images/caja.png" ) right top no-repeat;*/
	display: block;
	float: none;
}

#GVProcedimientos .box .top {
	/*background: url( "Images/caja_Cabecera.png" ) right top no-repeat;*/
	float: right;
	width: 100%;
	/*background: url(img/div-bottom.gif) no-repeat top left;;*/
}

#GVProcedimientos .box .top h2 {
	padding: 1em 1.4em;
	margin: 0 25px 0 0;
	/*background: url( "Images/caja_cabecera.png" ) left top no-repeat;*/
}

#GVProcedimientos ul {
	text-align: left;
	margin: 0;
	padding: 0;
}

#GVProcedimientos ul li {
	padding: 0em;
	margin: 0;
	list-style-type: none;
	background: none;
	display: inline;
	float: left;
}

#GVProcedimientos .box {
	width: 273px;
	/*background: url( "Images/div-bottom.gif" ) no-repeat bottom left;*/
	margin: 1em;
}

#GVProcedimientos .box h2 {
	margin: 0;
	padding: 0;
	padding-left: 1em; /*font-size: 130%;*/
	color: #333;
	border-bottom: 1px solid #317c2f;
	/*background: url( "Images/h2-bg.gif" ) no-repeat top left;*/
	color: #ffffff;
	display: block;
}

#GVProcedimientos .box p {
	padding-left: 1em;
}

#GVProcedimientos .box #GVDetalle {
	min-height: 100px;
}

#GVProcedimientos .box #GVDetalle ul {
	text-align: left;
}

#GVProcedimientos .box #GVDetalle ul li {
	margin-left: 1em;
	padding: 0.3em 0 0.3em 1.5em;
	list-style-type: none;
	/*background: url( "Images/contenidoli.gif" ) left top no-repeat;*/
	display: block;
	float: none;
}

/*padding: 0.5em 3em;
	border-bottom: 2px solid #317c2f;
	font-size: 1.1em;
	color: #317c2f;
	line-height: 2.5em;
	background-color:Transparent;
	background-image: url("Images/ermua2.gif");
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
    display:inline;*/
#GVProcedimientos div.box #divVerMas {
	text-align: right;
	padding: 1em;
}

#GVProcedimientos div.box div a.VerMas {
	/*background: url( "Images/VerMas.gif" ) right center no-repeat;*/
	padding-right: 16px;
}


.iconoNivel {
	padding-right: .3em;
}

/*#divVerTodos
{
	clear:both;
	padding:1em; 
	}
*/ /*Publicaciones*/
#GVPublicaciones .box {
	max-width: 30em;
	min-width: 10em;
	/*background: url( "Images/caja.png" ) right top no-repeat;*/
	display: block;
	float: none;
}

#GVPublicaciones .box .top {
	/*background: url( "Images/caja_Cabecera.png" ) right top no-repeat;*/
	float: right;
	width: 100%;
	/*background: url(img/div-bottom.gif) no-repeat top left;*/
}

#GVPublicaciones .box .top h2 {
	padding: 1em 1.4em;
	margin: 0 25px 0 0;
	/*background: url( "Images/caja_cabecera.png" ) left top no-repeat;*/
}

#GVPublicaciones ul {
	text-align: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#GVPublicaciones ul li {
	padding: 0em;
	margin: 0;
	list-style-type: none;
	background: none;
	display: inline;
	float: left;
}

#GVPublicaciones .box {
	width: 273px;
	/*background: url( "Images/div-bottom.gif" ) no-repeat bottom left;*/
	margin: 1em;
}

#GVPublicaciones .box h2 {
	margin: 0;
	padding: 0;
	padding-left: 1em; /*font-size: 130%;*/
	color: #333;
	border-bottom: 1px solid #317c2f;
	/*background: url( "Images/h2-bg.gif" ) no-repeat top left;*/
	color: #ffffff;
	display: block;
}

#GVPublicaciones .box p {
	padding-left: 1em;
	padding-right: 1em;
	min-height: 75px;
	color: #000000;
}


#GVPublicaciones .box #GVDetalle ul {
	text-align: left;
}

#GVPublicaciones .box #GVDetalle ul li {
	margin-left: 1em;
	padding: 0.3em 0 0.3em 1.5em;
	list-style-type: none;
	/*background: url( "Images/contenidoli.gif" ) left top no-repeat;*/
	display: block;
	float: none;
}

/*padding: 0.5em 3em;
	border-bottom: 2px solid #317c2f;
	font-size: 1.1em;
	color: #317c2f;
	line-height: 2.5em;
	background-color:Transparent;
	background-image: url("Images/ermua2.gif");
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
    display:inline;*/
#GVPublicaciones div.box #divVerMas {
	text-align: right;
	padding: 1em;
}

#GVPublicaciones div.box div a.VerMas {
	/*background: url( "Images/VerMasPubli.gif" ) right center no-repeat;*/
	padding-right: 16px;
}

#divVerTodos {
	clear: both;
	padding: 1em;
}

#contenido a {
	font-weight: bold;
	text-decoration: none;
}

#contenido h2.procedimiento { /*clear: both;*/
	padding-left: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-right: 0em;
	font-size: 1.1em;
	line-height: 2.5em;
	background-color: Transparent;
	display: inline;
	background: none;
	border: none;
	vertical-align: middle;
}


#base a img {
	text-decoration: none;
	vertical-align: bottom;
	margin-left: 2px;
}

/* SUBMENU TIPOS NOTIFICACIONES */
#menuTiposNotificaciones{
	/*background-color: #FAFAFA;*/
	padding: 10px 10px 0 10px;
	width: 100%;
}

#menuTiposNotificaciones ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menuTiposNotificaciones ul li{
	margin:5px 5px 0 5px;
	padding:8.5px;
	float:left;
	background: none;
}

#menuTiposNotificaciones ul li a {
	padding:8.5px 8.5px 8.5px 8.5px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	/* OJO 	background-color:#EDEDED; */
/*	background-color: #1881C7; */
}


#menuTiposNotificaciones #selected:hover{
	color:#FFF;
	cursor: default;
}

#menuTiposNotificaciones ul li a:hover {
	/* color:#DDEEFB; */
	/* OJO background-color:#CCCCCC; */
	/* background-color: #126094; */
	color: #FFF;
}

#menuTiposNotificaciones{
	background-color: #FDFDFD;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#menuTiposNotificaciones .titulo {
	font-size: 1.1em;
	margin-bottom: 2%;
	text-align: center;
	clear: both;
}

#marcoTiposNotificaciones{
	background-color: #FDFDFD;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#marcoTiposNotificaciones .titulo {
	font-size: 1.1em;
	margin-bottom: 2%;
	text-align: center;
	clear: both;
}

.GridViewTableTiposNotificaciones {
	margin: 4% 3% 2%;
}


/* SUBMENUS DE EXPEDIENTES */
#menuExpediente{
	/*background-color: #FAFAFA;*/
	padding: 10px 10px 0 10px;
	width: 100%;
}

#menuExpediente ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menuExpediente ul li{
	margin:5px 5px 0 5px;
	padding:8.5px;
	float:left;
	background: none;
}

#menuExpediente ul li a {
	padding:8.5px 8.5px 8.5px 8.5px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	/* OJO 	background-color:#EDEDED; */
/*	background-color: #1881C7; */
}


#menuExpediente #selected:hover{
	color:#FFF;
	cursor: default;
}

#menuExpediente ul li a:hover {
	/* color:#DDEEFB; */
	/* OJO background-color:#CCCCCC; */
	/* background-color: #126094; */
	color: #FFF;
}

/* SUBMENUS DE PESTANIAS */
#menuSuscribir {
	padding-top: 15px;
}

#menuPestaniasDetallePublicacion{
	/*background-color: #FAFAFA;*/
	padding: 10px 10px 0 10px;
	width: 100%;
}

#menuPestaniasDetallePublicacion ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menuPestaniasDetallePublicacion ul li{
	margin:5px 5px 0 5px;
	padding:8.5px;
	float:left;
	background: none;
}

#menuPestaniasDetallePublicacion ul li a {
	padding:8.5px 8.5px 8.5px 8.5px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	/* OJO 	background-color:#EDEDED; */
	/*	background-color: #1881C7; */
}


#menuPestaniasDetallePublicacion #selected:hover{
	color:#FFF;
	cursor: default;
}

#menuPestaniasDetallePublicacion ul li a:hover {
	/* color:#DDEEFB; */
	/* OJO background-color:#CCCCCC; */
	/* background-color: #126094; */
	color: #FFF;
}


#marcoExpediente{
	background-color: #FDFDFD;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#marcoExpediente .titulo {
	font-size: 1.1em;
	margin-bottom: 2%;
	text-align: center;
	clear: both;
}

.GridViewTableExpediente {
	margin: 4% 3% 2%;
}

.lineaFormulario .etiqueta {
	font-weight: bold;
	margin-right: 1%;
	vertical-align: top;
	line-height: 1.4em;
}

.lineaFormulario .descripcion {
	line-height: 1.4em;
}

/*********************************************/
/* Bloque de información - Detalle de Objeto */
/*********************************************/

#contenido .bloque {
	margin-top: 1em;
	margin-bottom: .5em;
	width: 100%;
}

#contenido .bloque h2 {
	display: block;
	padding: 0 3em;
	margin: 0;
	line-height: 2.2em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
}
	
.bloque td.Etiqueta {
	width: 18%;
	text-align: right;
	background:url('../images/siac/gridviewseparator.png') no-repeat right top;
	border-right:1px solid rgb(0,0,0);
	padding-right: 2em;
	font-size: 1em;
}

.bloque td.Descripcion {
	text-align: justify;
	padding-left: 1em;
}

/**************/
/* Formulario */
/**************/

.lineaFormulario {
	overflow: hidden;
}
.lineaEtiquetas {
	margin-bottom: .4%;
}
.etiquetaDesde, .etiquetaHasta {
	text-align: right;
	margin-right: 1%;
}

/* ------------------------------- */ 
/* Ajustes para pantallas de móvil */
/* ------------------------------- */

@media only screen and (max-width: 500px) {
	
	.GridViewTable {
		font-size: 11px;
		padding: 0px;
		margin: 0px;
		margin-top: 1em;
		overflow: visible;
	}
	
	#GVGrupos {
		font-size: 18px;
	}
	
	#contenido {
		float: none;
		width: 95% !important;
	}
	
}