/* CSS Document */
*{-moz-box-sizing: border-box;box-sizing: border-box}
p{margin-top:0px;margin-bottom:1em}
form{margin:0px}
input{padding:1px}

body {

	margin: 0;
	padding: 0;
	background-color:#C0C0C0; 
	font-family: verdana, helvetica, arial, georgia,times new roman;
	color: #000000;
	font-size: 10px;
}

.textosmenus {
	font-family: verdana, helvetica, arial, georgia,times new roman;
	color: #000000;
	font-size: 10px;
	text-align:justify;
	line-height:170%;
}

a:link{
	color:#000000;
	text-decoration:none;
} 
a:visited{
	color:#000000;
	text-decoration:none;
}
a:active{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#2E4F15; 
	text-decoration:none;
}

td.fondocuerpo {
		background-color: #93A8A8;
		background-image: url("img/fondo_cuerpo.jpg");
		background-repeat: no-repeat;
		background-position: 0% 0%;
		
}

td.fondoinf {
		background-image: url("img/fondo_inf.png");
		background-repeat: repeat-y;
		background-position: 0% 0%;
}

td.fondotitulo {
		background-image: url("img/fondo_titulo_contenido.png");
		background-repeat: repeat-x;
		height: 75px;
		text-align: left;
		padding-left:30px;
		font-size: 15px;
		font-weight: bold;

}

td.texto11b {
	font-family: verdana, helvetica, arial, georgia,times new roman;
	color: #FFFFFF;
	font-size: 10px;
}
td.texto11b a:link{
	color:#FFFFFF;
	text-decoration:none;
}
td.texto11b a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
td.texto11b a:active{
	color:#FFFFFF;
	text-decoration:none;
}
td.texto11b a:hover{
	color:#B7CA00;
	text-decoration:none;
}


td.texto11 {
	font-family: verdana, helvetica, arial, georgia,times new roman;
	color: #000000;
	font-size: 10px;
}
td.texto11 a:link{
	color:#000000;
	text-decoration:none;
}
td.texto11 a:visited{
	color:#000000;
	text-decoration:none;
}
td.texto11 a:active{
	color:#000000;
	text-decoration:none;
}
td.texto11 a:hover{
	color:#B7CA00;
	text-decoration:none;
}


td.botones_home {
	font-family: verdana, helvetica, arial, georgia,times new roman;
	color: #000000;
	font-size: 11px;
	padding-right:10px;
	padding-bottom:10px;
	text-align: right; 
	vertical-align:bottom;
}
td.botones_home a:link{
	color:#000000;
	text-decoration:none;
}
td.botones_home a:visited{
	color:#000000;
	text-decoration:none;
}
td.botones_home a:active{
	color:#000000;
	text-decoration:none;
}
td.botones_home a:hover{
	color:#B7CA00;
	text-decoration:none;
}

td.menu_down {
	font-family: verdana, helvetica, arial, georgia,times new roman;
	color: #B7CA00;
	font-size: 11px;
}
td.menu_down a:link{
	color:#B7CA00;
	text-decoration:none;
}
td.menu_down a:visited{
	color:#B7CA00;
	text-decoration:none;
}
td.menu_down a:active{
	color:#B7CA00;
	text-decoration:none;
}
td.menu_down a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.m_blancos {
	font-family: helvetica, arial, georgia,times new roman;
	color: #FFFFFF;
	font-size: 9px;
	letter-spacing:0px;

}
.m_verdes {
	font-family: helvetica, arial, georgia,times new roman;
	color: #B7CA00;
	font-size: 9px;
	letter-spacing:0px;
}



/*..... Campos Formularios ...*/
input.myimput{
   background:#FFFFFF;
   border:2px solid #8E979C;
   font-family:  verdana, helvetica, arial, georgia,times new roman;
   color:#454849; 
   font-size:10px;
   padding-left:5px;
   height: 23px;
}
 .btnboton {
		font-family: verdana, helvetica, arial, georgia,times new roman;
		font-size: 10px;
		font-weight: bold;
		color: #000000;
		background: transparent url('img/btnfondo.png') no-repeat center top;
		text-decoration: none;   
		height: 23px;
		width:  51px;
		vertical-align:center;
		text-align: center;
		cursor: hand;
		border-style: none;
		padding-bottom:3px;
		padding-top:3px;
}
.btnboton:hover { color: #FFFFFF; }

.box_field {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 3px;
	border: 1px solid #000000;
	height: 20px;

}

.box_select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 3px;
	border: 1px solid #000000;

}

.file_field {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 3px;
	border: 1px solid #000000;
	height: 25px;

}

.area_field {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 3px;
	border: 1px solid #000000;

}

  .button_field {
  		
		color: #FFFFFF;
        background-color: #2E4F15;
        text-decoration: none;   
		height: 23px;
		width: 80px;
		vertical-align:center;
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;	
		cursor: hand;
		border-style: solid;
		border-color: #a9a896 #3a3a35 #3a3a35 #a9a896;

}

  .button_field_2 {
  		color: #FFFFFF;
        background-color: #2E4F15;
        text-decoration: none;   
		height: 23px;
		vertical-align:center;
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;	
		cursor: hand;
		border-style: solid;
		border-color: #a9a896 #3a3a35 #3a3a35 #a9a896;
}

h3.menusverdes {
		background-image: url(img/fondo_menu.png); 
		background-repeat: no-repeat;
		background-position: 0px 0px; 
		cursor:pointer;
}
