@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	border:none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#2183AC;
	/*background: #FFFFFF url(../imagenes/backgound.jpg);*/*/
	font-size:14px
	/*background-attachment:fixed;*/
}

a{
	color:#005588;
}

em{
	color:#666666;
	font-size:12px
}

#content #tablePer>tr{
	border-bottom:#66666 1px solid;
}

#menucito{
	color:#333333;
	font-size:11px;
	margin-right:20px
}
#menucito a{
	color:#333333;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

#menucito a:hover{
	text-decoration:underline;
}
/*******************************************************************************************************************************/
/*                                                          PÁGINA PRINCIPAL						                                               */
/*******************************************************************************************************************************/


/*******************************************************************************************************************************/
/*                                                          CONTENIDO PRINCIPAL                                                          */
/*******************************************************************************************************************************/

#contenidoGral{
	min-height:100px;
	background:url(../imagenes/content.png);
	padding:10px 20px 0 10px;
	height:auto;
	font-size:13px
}

#content{
	padding:15px;
	clear:both;
	height:auto
}

#menu{
	position:relative; 
	clear:both;
	margin-top:20px;
	/*border:1px solid #333333*/
}
#header{
	height:150px; 
	width:100%; 
	margin-top:-10px;
}

#navega{
	text-align:right;
	text-indent:no-wrap;
	margin-top:5px;
	font-size:10px;
	
}
#navega a{
	font-size:11px;
	text-decoration:none;
	
}
#navega a:hover{
	text-decoration:underline;
}

#titulo{
	clear:both;
	margin:10px 0 0 15px;
	font-size:15px;
	font-weight:bold;
}

#top {
	background:url(../imagenes/top.png) no-repeat;
	height:20px;
}
#bottom {
	background:url(../imagenes/bottom.png) no-repeat;
	height:35px;
	clear:both;
}

#cuadro{
	width:240px;
	height:95px;
	background:url(../imagenes/cuadro_blanco.png) no-repeat center;
	padding:21px;
}

#cuadro .cuadro3>a{
	display:block;
	height:15px;
	width:200px;
	padding:5px;
	text-align:right;
	font-family: GeosansLight, Arial, Helvetica;
	color:#444444;
	font-size:15px;
	text-decoration:none
}

#cuadro .cuadro3>a:hover{
	color:#000000;
	text-decoration:underline
}

#cuadro .cuadro2{
	background:url(../imagenes/img_cuadro2.gif) no-repeat right top;
	height:107px;
}

#cuadro .cuadro3{
	background:url(../imagenes/img_cuadro3.gif) no-repeat left top;
	height:107px;
	width:55px;
	float:left;
}

/*******************************************************************************************************************************/
/*                                                               MENU PRINCIPAL                                                               */
/*******************************************************************************************************************************/

#menu_ppal {
	cursor: default;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height:35px;
	margin-top:-20px;
	margin-bottom:5px;
	border-bottom: 3px solid #777777;
	border-top: 3px solid #777777
}
#menu_ppal ul {
  cursor: default;
  font-size: 15px;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#menu_ppal ul li {
	float: none;
}
#menu_ppal li {
	float: left;
	padding: 0 0 0 0;
	position: relative;
	white-space: nowrap;
	min-width: 119px;
	text-align: left;
}
#menu_ppal > li > span {
  display: block;
}

/*************************** BOTONES *****************************/

#menu_ppal > li > span > a {
	display: block;
	color:#333333;
	font-size: 13px;
	/*font-weight:bold;*/
	height: 16px;
	margin: 12px 0 5px 5px;
	text-decoration: none;
	width:125px;
	text-align:center;
	border-right:1px solid #333300
	/*background:#FFFFFF url(../imagenes/btn_full.png) no-repeat right top*/
}
#menu_ppal > li > span > a.last {
	border:0;
	/*background:url(../imagenes/btn_normal.png) no-repeat right top*/
}
#menu_ppal > li > span > a.first {
	/*background:url(../imagenes/btn_full_Large.png) no-repeat right top;*/
	padding-left:15px;
}

/*************************** BOTONES:HOVER *****************************/

#menu_ppal > li > span > a:hover {
	color:#000033;
	text-decoration:underline
	/*margin: 10px 0 12px 5px;*/
	/*padding:2px 0 7px 0*/
}
#menu_ppal > li > span > a.first:hover {
	padding: 10px 0 12px 15px;
}

/*************************** BOTONES:ACTIVE *****************************/

#menu_ppal > li > span > a:active {
	color:#000033;
	text-decoration:underline
}
#menu_ppal > li > span > a.first:active {
	padding: 12px 0 10px 15px;
}

/*******************************************************************************************************************************/
/*                                                               SUBMENU  					                                                        */
/*******************************************************************************************************************************/

#menu_sub{
	margin-left:15px;
	position:relative;
	top:-20px;
}

 #menu_sub a{
 	float:left;
	position:relative;
 	color:#555555;
	text-decoration:none;
	display:block;
 	height:130px;
	max-width:120px;
	text-align:center;
	width:120px;
	cursor:pointer;
 }
 
 #menu_sub a>span{
	position:relative;
	display:block;
	bottom:130px;
	padding-top:60px;
	/*border:1px solid #000000;*/
 }

 #menu_sub a:hover{
 	color:#333333;
 }
 

/*******************************************************************************************************************************/
/*                                                               SUBIR FOTO  					                                                       */
/*******************************************************************************************************************************/

 #subirFoto{
	width:35px; height:28px; background-color:#BED2E6; border:1px dotted #3B50AC; font-size:8px; padding-top:7px
}

#subirFoto:hover{
	background-color:#CFE3F7; 
	border:1px solid #4C61BD;
}

#subirFoto a{
	display:block;
	height:30px;
	width:35px;
	color:#000099;
	text-decoration:none; font-variant:small-caps
}

#subirFotoBig{
	width:70px; height:50px; background-color:#BED2E6; border:1px dotted #3B50AC; font-size:10px; padding-top:20px
}

#subirFotoBig:hover{
	background-color:#CFE3F7; 
	border:1px solid #4C61BD;
}

#subirFotoBig a{
	display:block;
	height:70px;
	width:70px;
	color:#000099;
	text-decoration:none; font-variant:small-caps
}


#subirFotoBig_un{
	width:70px; height:50px; background-color:#F2F2F2; color:#000099; border:1px dotted #3B50AC; font-size:12px; padding-top:20px; font-variant:small-caps
}

