﻿/* *******************************************************
//
//
// THEME: EstiloSGR
// 
//
*******************************************************/

/* *******************************************************
//
//
// Sets element margins, padding, and border to 0 to even out 
// browser differences when adding desired values later. 
// 
//
*******************************************************/

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0px;
     padding: 0;
     border: 0;
}
body 
{
    background-color: #eee;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #847467;
}
h1, h2, h3, h4, h5, h6 {color:#444444;}

/********************************************************
//
//
//	Typographics styles 
// 
//
*******************************************************/
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

a {
	color: #847467;
}
a:hover {
	text-decoration: none;
}
p {
	margin-top: 0px;
}
hr{
	height:1px;
	background-color: #FF9900;
	color: #892034;
	border-top:1px solid #FF9900;
	border-bottom:0px solid #FF9900;
	margin:10px 0px;
}
form{
	margin:0px;
	padding:0px;
}
input, textarea, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom:5px;
}


/* *******************************************************
//
//
//	Contenedor(Div) principal
// 
//
*******************************************************/
#wrapper
{
	margin:0 auto;
	padding-bottom:3px;
	border:1px solid #FFFFFF;	
	text-align:center;
	background-color:#FFFFFF;
	background-position:top center;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 770px;

}
#wrapper .naranja {
	color:#FF9900;
}
#wrapper .azul{
	color:#003399;
}
#wrapper .verde{
	color:#339933;
}
#wrapper .blanco{
	color:#FFFFFF;
}
#wrapper .blanco{
	color:#000000;
}

/********************************************************
//
//
//	Cabecera (Header)
// 
//
*******************************************************/

#logo{
	float: left;
	margin-left:5px;
}
#banner
{
	text-align:center;
}
#search
{
   float: left;
   margin-right:10px;
   margin-left:10px;
}
.navbar
{
  height: 100%;  
  font-family: Arial;
  text-align: center;
  background-color: red;	
}

.header
{
  Width: 100%;
  height: 100%;
  background-color:#FFFFFF;
}

.footer
{
  height: 100%;  
  font-size: large;
  text-align: center;
  font-family: Arial;
  background-color: white;	
}

.content
{
  background-color: White;	
  font-family: Arial;
}

/********************************************************
//
//
//	Fondo Para Nodo Unicacion (SiteMapPath)
// 
//#F2F3F4#CBE3F0
*******************************************************/
#smpUbicacion{
    width:800px;
    height:1.6em;
	background-color:#F2F3F4;
	color:White;
}

#breadcrumbs{
	width:800px;
	left:25px;
	font-size:0.9em;
	color:#FFFFFF;
}
#breadcrumbs a 
{
	color:#FFFFFF;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

/********************************************************
//
//
//	Stylo menu principal
// 
//
*******************************************************/
/*Fondo Para Menu*/
#Menu{
    width:800px;
    height:1.6em;
	background-color:#339933;
}

#principalNavegador
{
	background-color:#339933;
}

/*Repetir para cada iten*/
* html #principalNavegador tr {height:1.4em;}

#principalNavegador .item {
	padding:2px 7px;
	border-width:1px 0 0 1px; 
	border-style:solid; 
	border-color:#339933;
	background-color:#339933; 
	color:#FFFFFF; /* #333333 */
}

/*cuando selecciona un elemento en el menu*/
* html #principalNavegador .item {padding:0 20px;}

#principalNavegador .selected {
	background-color:#FFFFFF; 
	color:#000000;
}

#principalNavegador .hover {
	color:#000000; 
	background-color:#99CC99;
}

#principalNavegador table {border-right:1px solid #FFFFFF;}

#principalNavegador table table {border-right:none;}



/********************************************************
//
//
//	Fondo Para Titulo
// 
//
*******************************************************/
#Titulo{
    width:100%;
    height:1.6em;
    font-size: large;
	font-family: Arial;
	background-color:#83B0ec;
	color: Black;
}

#SubTitulo{
    width:800px;
    height:1.6em;
    font-size: large;
	font-family: Arial;
	background-color:#639ace;
	color: Black;
}
#MenuAdministrar{
    width:800px;
	background-color:#F2F3F4;
	color:White;
}

/********************************************************
//
//
//	Estilo para tablas
// 
//
*******************************************************/
#Tabla
{
    width:800px;
    height: auto;
}

table	{
	font-size: 11px;
	}

#contentwrapper
{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 218px;    /*** Critical left col dimension value ***/
	width: 600px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 1px solid #FFFFFF;  /*** Critical left divider dimension value ***/
	border-right: 0px solid #FFFFFF; /*** Critical right divider dimension value ***/
	border-color:WHITE;
}

#floatwrapper {
	float: left;
	width: 600px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}

#centercolumn{
	float: right;
	width: 600px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	/*padding-top:30px;*/
	padding-top:0px;
}
 


/********************************************************
//
//
//	Estilo para el Container
// 
//
*******************************************************/
#copy a {color:#83B0EC;}

#copy .container {
	margin:5px;
	padding:0 20px 15px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

/*mas*/
/* \*/
* html #copy .container {height:1%;}
/* */

#copy img, #rightcolumn img {border:0px solid #FF284E !important;}

#copy .teaser{
	margin-top:0;
	color:#777777; 
	font-size:0.9em; 
	font-weight:normal;
}

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy .container table tr {font-size:0.9em;}

.txtBox {border:1px solid #666666;}

#copy fieldset {	
	margin:1em 0;
	padding:1em;
	border:1px solid #CCCCCC;
}

#copy legend {
	color:#666666;
	background-color:#FFFFFF;
}

* html #copy legend {padding:0.5em;}

.button {
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    background-color:#83B0ec;
    font-size:1em;
}
#copy .HyperLink
{
	color:#83B0EC;
}

#copy .container .button {border-color:#CCCCCC;}

/*lef column*/
div.readmore {
	text-align:right;
	font-size:0.9em;
}

/********************************************************
//
//
//	Estilo para la Columna Derecha
// 
//
*******************************************************/
#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	/*width: 152px;*/    /*** Critical left col/divider dimension value ***/
	width:218px;
	margin-left: -219px;    /*** Critical left col/divider dimension value ***/
	padding-top:30px;
}
* html #leftcolumn {
	float:left;	
	padding-top:25px;
}

*>html #leftcolumn {width:219px;}   /*** Fix only for IE/Mac ***/

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #leftcolumn {margin-right: -3px;}
/* */

#leftcolcontainer{
	width: 218px;    /*** Critical left col dimension value ***/
}


/********************************************************
//
//
//	Estilo de Sub menu
// 
//
*******************************************************/

#subnav {
	overflow:hidden;
	margin-bottom:40px;
	
}

* html #subnav tr {height:1.4em;}

#subnav .item {
	padding:2px 7px;
	border-top:1px solid #FFFFFF;
	background-color:#E4E4E4; 
	color:#333333; 
}

* html #subnav .item {padding:0 20px;}

#subnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#subnav .hover {
	color:#FF9900; 
	background-color:#E4E4E4;
}

#subnav table {border-bottom:1px solid #FFFFFF;}

#subnav table table {border-bottom:none;}

/* */
h4 img {margin-bottom:-0.5em;}
/* */


.sidebarcontainer{
	margin:5px;
	padding:6px;
	border:1px solid #FFFFFF;
	background-color:#EFEFEF;
	font-size:smaller;
}
/* \*/
* html .sidebarcontainer {height:1%;}
/* */


.sidebarcontainer a {color:#FF284E;}

.sidebarcontainer li {list-style-type:none;}

/* *******************************************************
//
//
//	Estilo de pie de pagina
// 
//
*******************************************************/
#footer {
	clear:both;
	margin:1px 5px;
	padding:2px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;
}
#footer a {
	margin:1px 5px;
	color:#FF284E;
}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
/* *******************************************************
//
//
//	Estilo para imprimir
// 
//
*******************************************************/
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#principalNavegador{
		padding:0;
		text-align:center;
	}

	#leftcolumn {display:none;}

	#wrapper, #header, #principalNavegador, #principalNavegador .item, #principalNavegador .selected, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	
    #copy fieldset {border:none;}	
	    
	#footer{	
		position:static;
		border-style:none !important;
		border-top:1px solid #000000;
	}
}

