﻿body
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	color: #666666;
	font-family: Arial;
}

/*Etiquetas*/
h1
{
	margin-top: 0;
	color: #666666;
	font-size: 2em;
	font-weight: bold;
}

.navcontainer a
{
	font-size: 9pt;
	color: #666666;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}

.navcontainer a:link , a:visited {

}

.navcontainer a:hover
{
	font-size: 9pt;
	color: #999999;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}

/*Enlace no visitado. Se define con el atributo link.*/ 
.linkformato1 a:link
{
    text-decoration: none;
    color: #406790;
}

/*Enlace visitado. Se define con el atributo visited.*/ 
.linkformato1 a:visited
{
    text-decoration: none;
    color: #406790;
} 

/*Enlace activo (cuando se está pulsando). Se define con active.*/
.linkformato1 a:active
{
    text-decoration: none;
    color: #406790;    
} 

/*Enlace con el ratón encima. Se define con hover.*/ 
.linkformato1 a:hover
{
    text-decoration: underline;
    color: #AFC5DD;
}

.LinkButton
{
    text-decoration: none;
    color: #406790;
}

.LinkButton:hover
{
    text-decoration: underline;
    color: #AFC5DD;
}

.MargenLeft
{
    padding-left: 20px;
}


/*========*/

/*lo envuelve todo*/
#envolturaGral
{
	width: 1050px;
	margin: 0 auto;
}

#envolturaGralIntranet
{
	width: 1050px;
	margin: 0 auto;
}

/*Parte cabecera*/

#cabeceraGral 
{
	float: left; 
	width : 100%;
	height : 277px;
}

#cabeceraPart1
{
	width: 100%;
	height: 75px;
	background-image: url(         '../../Imagenes/Cabe1.jpg' );
	background-repeat: no-repeat;
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: right;
}


#cabeceraPart1 p
{
	color: #FFFFFF;
	text-align: right;
	padding-top: 50px;
	padding-right: 10px;
	font-size: 16px;
}

#cabeceraPart2
{
	width: 100%;
	height: 175px;
	background-image: url('../../Imagenes/Cabe2.jpg');
	background-repeat: no-repeat;
}

#cabeceraPart3
{
	border-bottom: thin double #C0C0C0;
	width: 450px;
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	padding-left: 600px;
	height: 21px;
	margin-bottom: 0px;
	text-align: right;
}

/*Parte cuerpo*/
#cuerpoGral
{
	float: left;
	width: 100%;
	padding-top:15px;
}

#cuerpoGralIntranet
{
	float: left;
	width: 100%;
	padding-top:15px;
}

#barraIzquierda
{
	float: left;
	padding-top: 10px;
	float: left;
	width: 200px;
	background-repeat: repeat-x;
}

#barraIzquierdaIntranet
{
	float: left;
	padding-top: 10px;
	float: left;
	width: 220px;
	background-repeat: repeat-x;
}

#contenido
{
	float: left;
	width: 640px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: justify;
}

#contenidoIntranet
{
	float: left;
	width: 820px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: justify;
}

#Mapa
{
	border: thin solid #03357C;
	background-image: url(../../Imagenes/Mapa.jpg);
	height: 500px;
	background-repeat: no-repeat;
}

#barraDerecha
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 190px;
}

#pieGral
{
	float: left;
	width: 100%;
}

/*Clases*/

.ComensPieFoto
{
	font-size: x-small;
	font-style: italic;
}

/*Clases para GridView*/

.ColumnIzqGridViewTipoTreeView
{
	vertical-align: top;
	text-align: left;
	width: 20px;
}

.ColumnPadreTipoTreeView
{
	vertical-align: top;
	text-align: left;
	width: 450px;
}
/*--------------------*/

.FormatoDivGralesContenedoresInfo
{
	padding-top: 8px;
	vertical-align: top;
	text-align: justify;
}

.CabeceraRedondeadaCorta
{
	background-image: url(      '../../Imagenes/CabecerasDiv.jpg' );
	background-repeat: no-repeat;
	height: 25px;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}

.TitulosAzulados
{
	color: #006699;
	font-weight: bold;
}

.SubTitulo1
{
	padding-top: 8px;
	vertical-align: top;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
}

.SubTitulo2
{
	padding-top: 8px;
	vertical-align: top;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}

.ContenedorImagenes
{
	border-top: thin dotted #C0C0C0;
	border-bottom: thin dotted #C0C0C0;
	padding-top: 8px;
	vertical-align: top;
	text-align: center;
}

.CabeceraRedondeadaTitWeb
{
	background-image: url(      '../../Imagenes/CabecerasDivTitWeb.jpg' );
	background-repeat: no-repeat;
	height: 25px;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}

.CabeceraRedondeadaCorta h1
{
	margin-top: 0;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 5px;
	color: #666666;
}

.CabeceraRedondeadaTitWeb h1
{
	margin-top: 0;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 5px;
	color: #666666;
}


.FondoMenu
{
	background-image: url( '../../Imagenes/CuadradoDegraRight.jpg' );
	background-repeat: repeat-y
}

.MenuIE8
{
	background-image: url(  '../../Imagenes/CuadradoDegraRight.jpg' );
	background-repeat: repeat-y;
	z-index: 50;
}

/*==================================================
Para que cuando pase por encima del menú todo el item
se utilice como link y no solo donde aparezca el texto

Esto es lo que tendría que añadir en el menu
StaticMenuItemStyle-CssClass="staticMenuItemStyle"
DynamicMenuItemStyle-CssClass="dynamicMenuItemStyle" 

*/
.staticMenuItemStyle
{
width:175px;
/*height:20px;*/
/*background-color:Transparent;*/
color:black;
display:block;

}

.dynamicMenuItemStyle
{
width:175px;
/*height:20px;*/
/*background-color:Transparent;*/
color:black;
display:block;
}
/*====================================================*/

.FormatoTitulosInformativos
{
	font-size: x-small;
	font-weight: bold;
	font-style: oblique;
	color: #008000;
}

.ContenedoresFormsYViews h1
{
	border-top: 1px solid #C8C8C8;
	height: 20px;
	background-color: #5D7B9D;
	font-family: Arial;
	color: #FFFFFF;
	border-top-color: #05357A;
	border-top-style: double;
	border-bottom-style: double;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #05357A;
	font-size: medium;
	padding-left: 5px;
	float: left;
	width: 815px;
}
/*=================tabla PartenerDetalle==================*/
#tablaPartnersDetalle table
{
	border: 1px solid #0066FF;
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
}

#tablaPartnersDetalle tr td
{
	padding: 15px;
	border: 1px dotted #C0C0C0;
}

#tablaPartnersDetalle .Columna1Fila1
{
	width: 120px;
	color: #006699;
}

#tablaPartnersDetalle .Columna2Fila1
{
	width: 220px;
}

#tablaPartnersDetalle .Columna3Fila1
{
	width: 150px;
}

#tablaPartnersDetalle .Columna1FilaDetalle
{
	width: 120px;
	color: #006699;
}

#tablaPartnersDetalle .Columna2FilaDetalle
{
	width: 450px;
}

.tablaFormato1
{
    border: 1px solid #000000;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
    font-style: italic;
    color: #000000;
    font-size: 12px;
}

.filaAzulada
{
    background-color: #E8E8ED;
}

.tablaFormato1 tr td
{
    border: 1px solid #000000;
    border-spacing: 0px;
}

.cabeceraTablaForm1
{
    background-color: #2D2D8A;
    font-weight: bold;
    color: #FFFFFF;
}

/*=================tabla partners==================*/
#tablaPartners table
{
	border: 1px solid #0066FF;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 12px;
}

#tablaPartners tr td
{
	border: 1px solid #0066FF;
}

#tablaPartners .Columna1
{
	padding: 40px 10px 40px 10px;
	color: #0066FF;
}

#tablaPartners .Columna2
{
	width: 120px;
}

#tablaPartners .Columna3
{
}

#tablaPartners .Columna4
{
	width: 100px;
}

#tablaPartners .Columna5
{
}

/*=================tabla partners==================*/
