﻿.body {
	background: #ffffff;
	font:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}


.textos {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;	
	color: #333;	
}


.textos_menu_lateral2
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #000080;
 font-weight: bold;
 font-size-adjust: inherit;
 font-stretch: condensed;
 text-decoration: underline;
 text-align:left;
}

.textos_menu_lateral{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11px;
	text-align:justify;	
	color: White;
	font-weight: bold;
	font-size-adjust:inherit;
	font-stretch:condensed
}


.textos_ficha_identificacion {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11px;
	text-align:justify;
	color: White;
}

.titulos_textos {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight: bold;
	text-align:justify;
	color: #115091;
}

.titulos_textosCH {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:justify;
	color: #115091;
}


.sub_titulos_textos {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:justify;	
	color: #115091;	
}


.menu_3_nivel{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#115091;
        border:0px;
        height:19px;			
       }

.boton{
        border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-size:10px;
        	font-family:Verdana,Helvetica;
        	font-weight:bold;
        	color:white;
        	background:#638cb5;
        	width:80px;
        height:16px;
       }
	

	
	a.button {
		background: transparent url(images/bg_button_a_rojo.gif) no-repeat scroll top right;
		font-weight:bold;
		color:white;
		display: block;
		float: left;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		margin-right: 6px;
		padding-right: 18px; 
		text-decoration: none;
	}
	
	a.button span {
		background: transparent url(images/bg_button_span_rojo.gif) no-repeat;
		display: block;
		line-height: 14px;
		padding: 5px 0 5px 18px;
		}
	a.button:active {
		background-position: bottom right;
		color: #000;
		outline: none;
	}
	
	a.button:active span {
		background-position: bottom left;
		padding: 6px 0 4px 18px; 
}

.modalBackground
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	height : 100%;
	vertical-align : middle;
	width:100%;
	color:Black;
	font-family : Verdana;
}

.modalPopup
{ 
	/*background-color:#FFF8C6; */
	border-width:3px; 
	border-style:solid; 
	border-color:Gray; 
	padding:3px; 
	/*display:none;*/
}

#area_de_contenido {
	width:824px;
	height:443px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:20px;
	padding-left:30px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;	
	color: #333;	
	overflow:auto
}



.introducirtexto_obligatorio {
	width:130px;
	height:16px;
	border: 1px solid #115091;
	background-color: #f6fc8e;
	text-align: left;
	color:#333
	} 
	

	
.introducirtexto{
	width:130px;
	height:16px;
	border: 1px solid #115091;
	background-color: #ffffff;
	text-align: left;
	color:#333
	} 

.estilo_textarea {
	width:400px;
	height:100px;
	border: 1px solid #115091;
	color:#333;

	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: justify;

} 

.combo_box {
	border: 1px solid #115091;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: left;
	color: #115091;
	font-weight: bold;
	}


a:hover {
text-decoration:underline;
}




/* aqui empiesa el menu acordeon*/ /* aqui empiesa el menu acordeon*/ /* aqui empiesa el menu acordeon*//* aqui empiesa el menu acordeon*/

ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding-left: 0px;  
  width: 400px; 
  list-style: none;
  height: 33px;
}

ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0px;
	float: left; 
	display: inline;
	list-style: none;
	position: relative;
	height: auto;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*para IE 7*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*para IE 7*/
  display: block !important;
  display: inline; /*para IE 7*/
  
}

/* Root Menu */
ul#navmenu-h a {
	border-right-color: #CCC;
	float: none !important; /*para IE 7*/
	float: left; /*para IE 7*/
	display: block;
		
	color: #ffffff;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 27px !important;
	height: 1%; /*para IE 7*/
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

/* Raiz Menu */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background-color:#4578af;
  color: #FFF;
  
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background-color:#4578af;
  color: #ffffff;
}

/* 2nd Menu over */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background-color:#0099FF;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background-color:#0099FF;
  color: #666;
}

/* 3rd Menu over */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background-color:#0099FF;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu over */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* lista*/
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}


.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color: #333;
	text-align:right	
}

.LinkButton
{
	font-size: 12px;
	font-family: Calibri;
	text-align:center;
	font-weight: bold;
	color: White; /*#FFCC00;*/
	height: 18px;
	background-color: #868686;
	border-bottom-color: #565656;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #565656;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #565656;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #565656;
	border-top-width: 1px;
	border-top-style: solid;
	text-decoration: none;
	cursor: hand;
}

.contenido {
	float: left;
	width: 784px;
	height: 569px;
	padding: 5px 10px 10px 5px;
	overflow:auto
} 

.sub_titulos_textos {
	font-weight: bold; 
	font-size: 12px; 
	vertical-align: middle; 
	text-align:left;
	color: #ffffff; 
	font-family:Verdana, height: 17px;
	background-color:#77a4cd;
}

.TextBox
{
	width:145px;
	height:16px;
	border: 1px solid #1c9217;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color: #ffffff;
	text-align: left;
	color:#333;
	margin-bottom: 0px;
}

.TextBoxMedium
{
	width:78px;
	height:16px;
	border: 1px solid #1c9217;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align: left;
	color:#333;
}

.TextBoxRequired
{
	width:145px;
	height:16px;
	border: 1px solid #1c9217;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color: #f6fc8e;
	text-align: left;
	color:#333;
}

.TextBoxRequiredUC
{
	width:145px;
	height:16px;
	border: 1px solid #1c9217;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color: #f6fc8e;
	text-align: left;
	color:#333;
	text-transform:uppercase;
}
.TextBoxRequiredUCM
{
	width:145px;
	height:16px;
	border: 1px solid #1c9217;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color: #f6fc8e;
	text-align: left;
	color:#333;
	
}

.TextBoxRequiredMedium
{
	width:78px;
	height:16px;
	border: 1px solid #1c9217;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color: #f6fc8e;
	text-align: left;
	color:#333;
}

.Label
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;	
	color: #333;
}

.LabelError
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;	
	color: Red;
}

.Title
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight: bold;
	text-align:justify;
	color: #1c9217;
}

/*
.DropDownList
{
	width:160px;
	height:20px;
	border: 1px solid #115091;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: left;
	color: #115091;
	font-weight: bold;
}
*/

.DropDownList
{
	font-family: Calibri;
	font-size: 12px;
	border-bottom-color:#A8A5AE;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:#A8A5AE;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#A8A5AE;
	border-right-width:1px;
	border-right-style:solid;
	border-top-color:#A8A5AE;
	border-top-width:1px;
	border-top-style:solid;
	background-color:#FFFFFF;
	color: #1c9217;
	text-transform:uppercase;
	width: 210px;	
}

.RequiredText
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;	
	color: #333;
}

.CheckBox
{
	width:10px;
	height:10px;
	border: 1px solid #115091;
	color: #1c9217;
}

.RadioButton
{
	borde

.RadioButton
{
	border: 1px solid #115091;
	color: #1c9217;
}

-color:#FFFFFF;
}

.Button
{
	font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:white;
    border:0px;
    width:80px;
    height:19px;
    background-color:#1c9217;
}

.background_content
{
	background-image: url(../../img/fondo_contenido_1.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;	
	
}
/* Estilos Temporales de Diseño */

.titulo01
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	background-color: #689ACC;
	color: #FFFFFF;
	font-weight: bold;
}

.titulo02
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	background-color: #1c9217;
	color: #FFFFFF;
	font-weight: bold;
}

.titulo03
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	background-color: #1c9217;
	color: #FFFFFF;
	font-weight: bold;
}

.titulo04
{
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	background-color: #009999;
	color: #FFFFFF;
	font-weight: bold;
}

.UpdatePanelStyle
{
	font-size: 11px;
	filter: alpha(opacity=70);
	left: 0px;
	vertical-align: middle;
	width: 100%;
	color: Black;
	font-family: Verdana;
	position: absolute;
	top: 0px;
	height: 100%;
	background-color: whitesmoke;
}

.GridViewHeader{ height: 18px; background: url(sprite.png) repeat-x 0px 0px; border-color: #989898 #cbcbcb #989898 #989898; border-style: solid solid solid none; border-width: 1px 1px 1px medium; padding: 4px 5px 4px 10px; vertical-align: middle; text-align: center; font-family: Verdana; font-size: 10px; font-weight: bold; font-style: normal; }
.GridViewPager { FONT-WEIGHT: bold;  FONT-SIZE: 11px;  FONT-FAMILY: Verdana;  COLOR: black;  HEIGHT: 18px;  BACKGROUND-COLOR: #d2dfe0; text-decoration: none; text-align:center; }
.GridViewItem  { height: 18px; background-color: #ffffff; text-transform: uppercase; font-family: Calibri, Verdana, Arial; font-size: 10px;}
.GridViewAlterningItem { height: 18px; background-color: #f1f1f1; text-transform: uppercase; font-family: Calibri, Verdana, Arial; font-size: 10px;}
.GridViewFooter{ background: url(sprite.png) repeat-x 0px 0px; padding: 4px 5px 4px 10px; vertical-align: middle; font-family: Verdana; font-size: 10px; font-weight: bold; font-style: normal; }
.EmptyItem
{
	text-align:center;
    FONT-WEIGHT: normal; 
    FONT-SIZE: 12px; 
    FONT-FAMILY:Calibri; 
    COLOR:Black; 
    HEIGHT: 20px; 
    BACKGROUND-COLOR: #ffffff;
}