@charset "utf-8";
/* CSS Document */

td img {display: block;}
body {
	background-image: url(images/bg_01.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #01648E;
	text-align: center;
}
.letra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}


.myinputstyle {
	border: 1px dotted #000000;
	/** remember to change image path **/
	background: url(none) no-repeat  #fff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #ccc;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px dotted #E6E6E6;
	/** remember to change image path **/
	background: url(none) no-repeat #06A4F9;
	color: #ccc;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 1px solid #e3e8e5;
	/** remember to change image path **/
	background: url(none) no-repeat #e3e8e5;
	color: #454743;
}

.td {
	background-color: #FFFFFF;
	background-image: url(img/bg_yellow.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
.2td {
	background-color: #FFFFFF;
	background-image: url(img/bg_yellow2.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
.Estilo3 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
	color:#002635;
	text-align: justify;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}

h2 {
font: 1.5em  "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #004800;
background-color: #D1FFA4;
border: 1px solid #54A800;
padding: 2px 0 2px 9px;
margin-bottom: 9px;
letter-spacing: 1px;
}

h3 {
font: 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #0E5895;
margin-bottom: 7px;
}
A:link {text-decoration: none;
color:#0B3862;
}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #F60;}
	
}

.tablita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
	color:#002635;
	text-align: justify;
}