/* CSS Document */

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px;
	background-color:#003300;*/
	
	background-image:url(../Img/BkAll.jpg);
	
	/*background-image:url(../Img/3.jpg);
	
	/*background: #00152C repeat-x;*/
	/*background-color:#CCCCCC;*//
	text-align: left;
}
/* links */
a img{border:0;
}

a { 
	color:#000000;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
	/*font-weight:bold;*/

}

/* headers */
h1, h2 {
font-family:Arial, Helvetica, sans-serif;
	font: bold 15px Arial, Sans-serif;
	color: #333;	
}

h4 {
font-family:Arial, Helvetica, sans-serif;
	font: bold 12px Arial, Sans-serif;
	color: #fff;
	text-align:center;
}

h1 { font-size: 15px; color: #6297BC; } 
h2 { font-size: 14px; }
h3 { font-size: 12px; }

p, h1, h2, h3 {
	margin: 10px 10px;
	text-align:justify;
}

h5
{ font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}


/*  PAra formulario  */


button { 
	border:0; 
	padding:0; 
	margin:5px; 
	}
	
button.submit {  
	width:60px;
	height:22px;
	color:#000000;
	font-weight:bold;
	background:url(../Img/BtnExample.jpg) no-repeat; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
button.reset {  
	width:60px;
	height:22px; 
	color:#000000;
	font-weight:bold;
 	background:url(../Img/BtnExample.jpg) no-repeat; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
 }
 

/*EXTRAS*/
.Estilo12 {	font-size: 16px;
	font-weight: bold;
}
.style1 {color: #C1C100;
	font-weight: bold;
	font-size:14px;
}

.Estilo13 {	font-size: 14px;
	font-weight: bold;
}
.Estilo14 {font-size: 14px}

.TextNormal
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px;
}