﻿html, body 
{
	margin: 0;
	padding: 0;
	
	text-align:center;
	background: white;
    color: black;

	
	}

	
#navlat {

		display:none;
	
	}
	
#navsup 
{
	padding:5px 5px 5px 5px;
	/*padding: 1px;*/
	clear:left;
	background-color: #F4F4F4;
	text-align:left;
}

	
#content {
padding:10px;
	
	}
	
#contentprivatearea {
	
	height:100%;
	background-color: #fff;
	text-align:left;
	border: solid 1px #CCCCCC;
	border-bottom:none;
	border-top:none;

	
	

	}
	
#subcontentprivatearea 
{
	height: 100%; /* para IE 6 */
    height /**/:/**/ auto;
    
    
   /* min-height: 590px;*/
	background-color: #fff;
	text-align:left;
	border: solid 1px #ccc;
	border-bottom:none;
	 border-right:none;
	 padding: 10px;	
	/* margin-left: 196px;*/
	 
	}


#header {
	
	height: 66px;
	vertical-align: middle;
	background-color:#fff;
	}
	


#subheader
{
	height: 12px;
	padding:4px;
	font-weight:bold;
	color: black;

    font-size:11pt;
    letter-spacing: 2px;
    text-align:left;
  /*  border-bottom: dashed 1px #CCCCCC;*/
		
}

#subheader_left
{
	
}

#subheader_right
{
	
}

#breadcrumb {
	padding-top: 5px;
	padding-left:5px;
	background: #FFFFFF;
	color: black;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	


}

#footer {
	
	text-align: right;
	padding:5px 5px 5px 5px;

	background-color: #F4F4F4;
	border-top: dashed 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}
	
	
#userInfo
{
	display:none;
}

#userOptions
{
	display:none;

}

.primernodomiga
{
	font-size:11pt;
    letter-spacing: 2px;
    font-weight:bold;
    text-transform:capitalize;
}

.bodywrapper
{
/* Estilos genéricos para la clase contenedora general */
      font-size:10pt;
    *font-size:11pt;
	/*letter-spacing:1px;*/
	font-family:Verdana,Tahoma,Helvetica-Narrow,sans-serif;
    border-top:none;
	width:100%;
	margin-top:10px;
	text-align:left;

}

#ctl00_Content_PanelErrores,#ctl00_Content_ctl00_PanelErrores
{
	display:none;
}

.Imagenboton
{

	/*display:none;*/
}
.Textoboton
{
		/*display:none;*/
}

small.smallInfo
{
/*display:none;*/
 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;    /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	color: #000;
	/*background: #F4F4F4;*/
	/*border: 1px solid #CCCCCC;*/

	 font-size:8pt;
    *font-size:11pt;
	vertical-align:middle;
	
	/*font-family: Verdana,Helvetica,Helvetica-Narrow,sans-serif;*/
}


form select 
{
	width:auto;
	margin:5px 0 0 10px;
		border:none;
	letter-spacing:1px;
      font-size:8pt;
    *font-size:11pt;
    


}


form input:disabled 
{
	color:Black;
      font-size:8pt;
    *font-size:11pt;
}


form .inputdisabled
{
	display: block;  /* block float the labels to left column, set a width */
	
	      font-size:8pt;
    *font-size:11pt;
	padding: 0; 
	margin: 5px 0 0 10px; /* set top margin same as form input - textarea etc. elements */

	
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 250px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	 color: #cc6600;
}
form  small {
  /*display: none;*/

}


a:link {
	color: #cc6600;
 text-decoration: none;
}
A {
  color: #cc6600;
  text-decoration: none;
}

A:hover {
  color: #cc6600;
   text-decoration: none;

}

