/*GENERALES*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #000;
	margin:0px;
	padding:0px;
	background-image: url(../img/apariencia/bg_body.jpg);
	background-repeat: no-repeat;
	background-color: #F8F8F8;
	background-position: center top;
}
p, form, ul, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
object {
	outline:none;
}
table {
	border:none;
	border-collapse:collapse;	
}
h1 {
	font-size:30px;
	color: #005D7F;
	margin-bottom:25px;
	text-transform:uppercase;	
}
h2 {
	font-size:26px;
	color: #1B8AB5;
	margin-bottom:35px;
	text-transform:uppercase;
}
h3 {
	font-size:24px;
	color: #005D7F;
	margin-bottom:20px;
}
h4 {
	font-size:18px;
	color: #1B8AB5;
	margin-top:0px;
	margin-bottom:15px;
}
h4 a {
	color:#333;
}
h5 {
	font-size:18px;
	color: #333;
	margin-top:0px;
	margin-bottom:15px;
}
a {
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
.txt-11 {
	font-size:11px;
}
.txt-10 {
	font-size:10px;
}
.txt-celeste {
	color: #1B8AB5;
	font-weight:bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-left {
	float:left;
	margin-right:15px;
	border:6px solid #E1E1E1;
	padding:2px;
	background:#FFF;
}
.img-right {
	float:right;
	margin-left:15px;
	border:6px solid #E1E1E1;
	padding:2px;
	background:#FFF;
}
.img-right:hover {
	border:6px solid #CCC;
}
.clear {
	clear:both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
.divisor {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 25px;
	margin-bottom:30px;
	border-bottom: 1px dashed #CCC;
}
/*ESTRUCTURA*/
#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:200px;
}
#banner-index {
	width:950px;
	height:215px;	
	position:relative;
}
#banner {
	width:950px;
	height:215px;
	margin-top: 25px;
}
#main {
	margin-top:50px;
}
.left {
	width:725px;
	float:left;
	padding-bottom: 150px;
}
.left p {
	margin-bottom:15px;
}
.left ul {
	margin-left:25px;
}
.right {
	width:200px;
	float:right;
}
#footer {
	height:150px;
	border-top: 5px solid #005D7F;
	margin-top: 25px;
	background-image: url(../img/apariencia/bg_footer.jpg);
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
}
#footer .info {
	width:200px;
	height:100px;
	margin-top:25px;
	padding-right:20px;
	border-right: 1px solid #8AE2FF;
	margin-bottom: 25px;
	font-size:11px;
	line-height: 25px;
	float: left;
	margin-right: 30px;
}
#footer .info a {
	color:#666;
}
#footer .info a:hover {
	color:#333;
}
/*MENUS*/
/*menu top*/
#menu-top {
	height: 50px;
	margin-left: 275px;
}
#menu-top li {
	list-style-type:none;
	display:inline;
	float:left;
	margin-right: 3px;
	margin-left: 3px;
	position: relative;
	z-index:100;
}
#menu-top a {
	height:30px;
	float:left;
	font-size: 11px;
	color: #000;
	padding-top: 20px;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 29px;
	display: block;
}
#menu-top a:hover {
	color:#FFF;
	background-color:#1B8AB5;
}
#menu-top .activa {
	color:#FFF;
	background-color:#005D7F;
	cursor:default;
}
#menu-top .activa:hover {
	color:#FFF;
	background-color:#005D7F;
	cursor:pointer;
}
#menu-top li:hover > span.seccion a {
	color:#FFF;
	background-color:#1B8AB5;
}
#menu-top ul li ul {
	width:155px;
	position: absolute;
	left: 0;
	top:50px;
	display: none;
	background-color: #333;
	padding:5px;
}
#menu-top ul li ul li {
	float: none;
	margin:0px;
	padding:0px;
}
#menu-top ul li ul li a {
	width:145px;
	height:20px;
	padding-left:10px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin:0px;
	display:block;
	color:#FFF;
	font-size: 11px;
	line-height:19px;
	text-align:left;
	background-color: #333;	
	border-bottom: 1px solid #CCC;
}
#menu-top ul li ul li a:hover {
	background-color: #FFF;
	color:#333;
}
/*menu mid*/
#menu-mid {
	width:950px;
	height:50px;
	background-image: url(../img/apariencia/bg_menu-middle.png);
	background-repeat: repeat-x;
}
#menu-mid li {
	list-style-type:none;
	display:inline;
	float:left;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:11px;
	margin-right:11px;
	position: relative;
	z-index:100;
}
#menu-mid a {
	height:26px;
	line-height:25px;
	font-size: 11px;
	color: #333;
	display:block;
	float:left;
	padding-right: 5px;
	padding-left: 5px;
}
#menu-mid a:hover {
	color:#FFF;
	background-color:#1B8AB5;
}
#menu-mid .activa {
	color:#FFF;
	background-color:#005D7F;
	cursor:default;
}
#menu-mid .activa:hover {
	color:#FFF;
	background-color:#005D7F;
	cursor:pointer;
}
#menu-mid li:hover > span.seccion a {
	color:#FFF;
	background-color:#1B8AB5;
}
#menu-mid ul li ul {
	width:200px;
	position: absolute;
	left: 0;
	top:26px;
	display: none;
	background-color: #333;
	padding:10px;
}
#menu-mid ul li ul li {
	float: none;
	margin:0px;
	padding:0px;
}
#menu-mid ul li ul li a {
	width:190px;
	height:25px;
	padding-left:10px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin:0px;
	display:block;
	color: #FFF;
	font-size:10px;
	line-height:24px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color:#333;
}
#menu-mid ul li ul li a:hover {
	background-color: #FFF;
	color:#333;
}
#mapa {
	margin-left:40px;
	margin-bottom:50px;
	width: 600px;	
}
#mapa li {
	list-style-type:none;
}
#mapa li a {
	font-size: 14px;
	color:#005D7F;
	height: 30px;
	display: block;
	line-height: 29px;
	background-image: url(../img/apariencia/img_mapa-li.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom: 1px solid #EAEAEA;
	background-color: #FFF;
}
#mapa li a:hover {
	font-weight:bold;
}
#mapa li li a {
	background-image: url(../img/apariencia/img_mapa-lili.png);
	line-height: 24px;
	height: 25px;
	margin-left: 35px;
	background-color: #F8F8F8;
	font-size: 12px;
	color:#333;
}
#mapa li li a:hover {
	font-weight:bold;	
}
/*CAJAS*/
#logo a {
	width:100px;
	height:175px;
	display:block;
	position:absolute;
	background-image: url(../img/apariencia/bg_logo.png);
	_behavior: url("htc/iepngfix.htc");
	margin-top: 10px;
	margin-left: 35px;
}
#novaq a {
	width:75px;
	height:15px;
	display:block;
	background-image: url(../img/apariencia/bg_novaq.jpg);
	position: absolute;
	margin-top: 65px;
	margin-left: 790px;
}
#buscador {
	width:160px;
	height:25px;
	background-image: url(../img/apariencia/bg_buscador.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 100px;
	float: right;
}
#buscador .textfield {
	height:15px;
	width:120px;
	margin-top:4px;
	border:none transparent;
	outline:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	float: left;
	line-height: 14px;
}
#enlaces {
	border-top: 1px dashed #CCC;
	height: 115px;
	width: 725px;
	position: absolute;
	margin-top: -115px;
}
#sitios {
	height:100px;
	float:left;
	border-right:#CCC 1px dashed;
	margin-top: 15px;
}
#sitios li {
	list-style-type:none;
	display:inline;
}
#sitios a {
	height:100px;
	display:block;
	float:left;
	margin-right:10px;
}
#sitios a:hover {
	background-position:bottom;
}
#sitios .btn-fecamco {
	width:75px;
	background-image:url(../img/apariencia/btn_sitios-fecamco.jpg);
}
#sitios .btn-camacol {
	width:100px;
	background-image:url(../img/apariencia/btn_sitios-camacol.jpg);
}
#sitios .btn-ico {
	width:130px;
	background-image:url(../img/apariencia/btn_sitios-ico.jpg);
}
#sitios .btn-pdme {
	width:130px;
	background-image:url(../img/apariencia/btn_sitios-pdme.jpg);
}
#sitios .btn-cca {
	width:75px;
	background-image:url(../img/apariencia/btn_sitios-cca.jpg);
}
#redes {
	width:150px;
	height:100px;
	float:right;
	margin-top:15px;
}
#redes .texto {
	height:30px;
	line-height:29px;
	color:#FFF;
	background-color:#005D7F;
	font-size:12px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#redes .logos {
	border:15px solid #FFF;
	height:40px;
}
#redes .logos li {
	list-style-type:none;
	display:inline;
}
#redes .logos a {
	width:40px;
	height:40px;
	display:block;
	float:left;
}
#redes .logos a:hover {
	background-position:bottom;
}
#redes .facebook {
	background-image:url(../img/apariencia/btn_redes-facebook.png);
}
#redes .twitter {
	background-image:url(../img/apariencia/btn_redes-twitter.png);
}
#redes .linkedin {
	background-image:url(../img/apariencia/btn_redes-linkedin.png);
}
#dolar {
	width:200px;
	height:100px;
	margin-bottom: 20px;
	background-image: url(../img/apariencia/bg_dolar.jpg);
	background-position: bottom;
}
#dolar .texto {
	height:25px;
	line-height:24px;
	color:#FFF;
	background-color:#005D7F;
	font-size:12px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#dolar .datos {
	width:120px;
	float:right;
	margin-top:10px;
	font-size:11px;
	margin-right: 15px;
	line-height:18px;
	color: #666;
	text-align: right;
}
#anuncios {
	border-top: 5px solid #005D7F;
	border-bottom: 5px solid #005D7F;
	background-color: #E1E1E1;
}
#anuncios li {
	list-style-type:none;
}
#anuncios a {
	width:150px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	background-color: #FFF;
	background-image: url(../img/apariencia/bg_anuncios.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border: 5px solid #FFF;
	margin-top: 15px;
}
#categorias {
	height: 155px;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}
.categoria {
	width:175px;
	height:150px;
	display:block;
	text-align:right;
	background-color:#FFF;
	border-bottom:5px solid #005D7F;
	float: right;
	margin-right: 5px;
}
.categoria:hover {
	border-bottom:5px solid #1B8AB5;
}
.categoria a:hover {
	color:#005D7F;
}
.categoria .foto {
	margin-bottom:10px;
}
.categoria .texto a {
	color: #666;
}
.categoria .titulo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#actividades {
	width:450px;
	padding-right:25px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
	float: left;
}
#destacados {
	width:220px;
	float:right;
	background-color:#E1E1E1;
	padding:6px;
}
#destacados ul {
	margin:0px;
	padding:0px;
}
#destacados li {
	list-style-type:none;
}
#destacados a {
	width:210px;
	display:block;
	border:5px solid #FFF;
}
#destacados a:hover {
	border:5px solid #1B8AB5;
}
.directorio table {
	width:100%;
	border:none;
	border-collapse:collapse;
	margin-top:50px;
}
.directorio table .head {
	background-color:#005D7F;
	height: 35px;
	font-weight: bold;
	color: #FFF;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 34px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.directorio table td {
	height: 30px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-size:11px;
	line-height: 29px;
}
.directorio table .email a {
	height:30px;
	display:block;
	background-image: url(../img/apariencia/btn_directorio-email.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 40px;
	text-align: left;
	background-color: #FFF;
	line-height: 29px;
	color:#666;
}
.directorio table .email a:hover {
	color:#FFF;
	background-color:#1B8AB5;
	background-position:left bottom;
}
.leyes table {
	width:100%;
	border:none;
	border-collapse:collapse;
	margin-top:50px;
}
.leyes table .head {
	background-color:#005D7F;
	height: 35px;
	font-weight: bold;
	color: #FFF;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 34px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.leyes table td {
	height: 30px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-size:11px;
	line-height: 29px;
}
.leyes table .descargar a {
	height:30px;
	display:block;
	background-image: url(../img/apariencia/btn_leyes-descargar.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 40px;
	text-align: left;
	background-color: #FFF;
	line-height: 29px;
	color:#666;
}
.leyes table .descargar a:hover {
	color:#FFF;
	background-color:#1B8AB5;
	background-position:left bottom;
}
#medios {
	margin-top:25px;
	height: 55px;
}
#medios li {
	list-style-type:none;
	display:inline;
}
#medios li a {
	height:50px;
	line-height:49px;
	display:block;
	float:left;
	margin-right:20px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	background-color: #333;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: 2px solid #666;
}
#medios li a:hover {
	background-color: #005D7F;	
	border: 2px solid #1B8AB5;	
}
#asesorias {
	margin-top:25px;
	height: 55px;
}
#asesorias li {
	list-style-type:none;
	display:inline;
}
#asesorias li a {
	height:50px;
	line-height:49px;
	display:block;
	float:left;
	margin-right:20px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	background-color: #333;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: 2px solid #666;
}
#asesorias li a:hover {
	background-color: #005D7F;	
	border: 2px solid #1B8AB5;	
}
#rotador {
	width:440px;
	height:260px;
	border:5px solid #E1E1E1;
	background:#FFF;
	margin-top:25px;
}
#comentarios {
	float:right;
	width:230px;
	height:280px;
	border:3px solid #E1E1E1;
	background:#FFF;
	margin-left:25px;	
}
#marquee {
	position: relative;
	overflow: hidden;
}
#marquee ul {
	margin:0px;
	padding:0px;
}
#marquee li {
	list-style-type:none;
	padding-bottom:15px;
	border-bottom:1px dashed #CCC;
	margin-bottom:25px;
}
#marquee .rotador {
	width:390px;
}
#marquee .foto a {
	width:100px;
	height:75px;
	float:left;
	margin-right:20px;
}
#marquee .comentarios {
	width:200px;
}
#marquee .fecha {
	text-align:right;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#1B8AB5;
}
#galeria {
	position:relative;
	float:right;
	margin-left:25px;
	margin-bottom: 25px;
}
#fotos {
	width:350px;
	height:200px;
	border: 5px solid #E1E1E1;
	background-color: #E1E1E1;
}
.thumb {
	padding:25px;
	margin-top:15px;
	margin-bottom:35px;
	border:1px solid #EAEAEA;
	background-color: #FFF;
}
.thumb p {
	margin-bottom:15px;
}
.link {
	width:300px;
	float:left;
	padding:15px;
	margin-top:25px;
	margin-right:20px;
	border:1px solid #EAEAEA;
	background-color: #FFF;
}
.actividad {
	width:300px;
	float:left;
	padding:15px;
	margin-top:25px;
	margin-right:20px;
	border:1px solid #EAEAEA;
	background-color: #FFF;
}
/*BOTONES*/
.btn-vermas a {
	height:25px;
	display:block;
	background-image: url(../img/apariencia/btn_vermas.png);
	_behavior: url("htc/iepngfix.htc");
	background-color: #005D7F;
	background-repeat: no-repeat;
	line-height: 24px;
	color: #FFF;
	font-size: 11px;
	float: right;
	padding-left: 25px;
	padding-right: 15px;
	width: 40px;
}
.btn-vermas a:hover {
	background-color:#1B8AB5;
}
.btn-volver a {
	height:25px;
	display:block;
	background-image: url(../img/apariencia/btn_volver.png);
	_behavior: url("htc/iepngfix.htc");
	background-color: #005D7F;
	background-repeat: no-repeat;
	line-height: 24px;
	color: #FFF;
	font-size: 11px;
	float: right;
	padding-left: 25px;
	padding-right: 15px;
	width: 40px;
	font-weight: bold;
}
.btn-volver a:hover {
	background-color:#1B8AB5;
}
.btn-buscar {
	width:25px;
	height:25px;
	background-image: url(../img/apariencia/btn_buscar.png);
	background-color: transparent;
	cursor:pointer;
	outline:none;
	border:none;
	float: right;
}
.btn-descargar a {
	height:40px;
	line-height:39px;
	padding-left:50px;
	background-color:#333;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	background-image: url(../img/apariencia/btn_descargar.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
	margin-top: 20px;
	float: left;
	padding-right: 25px;
}
.btn-descargar a:hover {
	background-position:left bottom;
	background-color:#1B8AB5;
	border:solid 1px #005D7F;
}
.btn-inscribir a {
	width:200px;
	height:40px;
	display:block;
	line-height:39px;
	padding-left:50px;
	background-color:#333;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	background-image: url(../img/apariencia/btn_inscribir.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
	margin-top: 20px;
}
.btn-inscribir a:hover {
	background-position:left bottom;
	background-color:#1B8AB5;
	border:solid 1px #005D7F;
}
.btn-podcast a {
	width:125px;
	height:40px;
	display:block;
	line-height:39px;
	padding-left:50px;
	background-color:#333;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	background-image: url(../img/apariencia/btn_podcast.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
	margin-top: 20px;
}
.btn-podcast a:hover {
	background-position:left bottom;
	background-color:#1B8AB5;
	border:solid 1px #005D7F;
}
.btn-convenios a {
	width:125px;
	height:40px;
	display:block;
	line-height:39px;
	padding-left:50px;
	background-color:#333;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	background-image: url(../img/apariencia/btn_convenios.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
	margin-top: 20px;
}
.btn-convenios a:hover {
	background-position:left bottom;
	background-color:#1B8AB5;
	border:solid 1px #005D7F;
}
.btn-visitar a {
	width:135px;
	height:40px;
	display:block;
	line-height:39px;
	padding-left:50px;
	background-color:#333;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	background-image: url(../img/apariencia/btn_visitar.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin-right: 25px;
	margin-top: 15px;
}
.btn-visitar a:hover {
	background-position:left bottom;
	background-color:#1B8AB5;
	border:solid 1px #005D7F;
}
.btn-verdetalle a {
	width:100px;
	height:40px;
	display:block;
	line-height:39px;
	padding-left:50px;
	background-color:#333;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	background-image: url(../img/apariencia/btn_verdetalle.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
	margin-top: 15px;
}
.btn-verdetalle a:hover {
	background-position:left bottom;
	background-color:#1B8AB5;
	border:solid 1px #005D7F;
}
.btn-actualizar a {
	width:140px;
	height:40px;
	display:block;
	line-height:39px;
	padding-left:50px;
	background-color:#005D7F;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #1B8AB5;
	background-image: url(../img/apariencia/btn_actualizar.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
	margin-top: 20px;
}
.btn-actualizar a:hover {
	background-position:left bottom;
	background-color:#1B8AB5;
	border:solid 1px #005D7F;
}
.btn-contacto a {
	height:40px;
	display:block;
	line-height:39px;
	padding-left:60px;
	background-color:#333;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #000;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:25px;
	margin-bottom: 25px;
	background-image: url(../img/apariencia/btn_contacto.png);
	width: 275px;
}
.btn-contacto a:hover {
	background-position:left bottom;
	background-color:#1B8AB5;
	border:solid 1px #005D7F;
}
.btn-recargar a {
	width:30px;
	height:30px;
	display:block;
	background-image:url(../img/apariencia/btn_recargar.png);
	position:absolute;
	margin-left:210px;
}
.btn-agrandar {
	height:25px;
	width:200px;
	display:block;
	background-color:#E1E1E1;
	font-size: 10px;
	line-height: 24px;
	padding-left: 25px;
	background-image: url(../img/apariencia/btn_agrandar.png);
	background-repeat: no-repeat;
	color: #666;
}
/*FORMULARIOS*/
.formulario {
	width:440px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
	margin-bottom: 25px;
}
.formulario .label {
	float:left;
	display: block;
	width: 185px;
	line-height: 34px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
	background-color: #005D7F;
	padding-left: 10px;
}
.formulario .input {
	float:left;
	width: 230px;
	height: 35px;
	margin-bottom: 25px;
	padding-left:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #CCC;
	border-top:none;
	border-left:none;
	border-right:none;
	line-height: 34px;
}
.formulario .input:focus {
	background-color:#F2FAFD;
}
.formulario .file {
	float:left;
	width: 230px;
	height: 35px;
	margin-bottom: 25px;
	padding-left:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #CCC;
	border-top:none;
	border-left:none;
	border-right:none;
	line-height: 34px;
}
.formulario .textarea {
	float:left;
	width: 220px;
	height: 100px;
	margin-bottom: 25px;
	padding:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #CCC;
	border-top:none;
	border-left:none;
	border-right:none;
}
.formulario .textarea:focus {
	background-color:#F2FAFD;
}
.formulario .codigo {
	width:240px;
	height:80px;
	display:block;
	background-color:#FFF;
	float: right;
	margin-right: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.formulario .error {
	padding:15px;
	font-size:12px;
	color: #FFF;
	background-color:#1B8AB5;
	margin-bottom: 25px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#005D7F;
	border-bottom-color:#005D7F;
}
.formulario .titulo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:25px;
	color: #FFF;
}
.formulario .boton {
	width:90px;
	height:35px;
	cursor:pointer;
	outline:none;
	border:2px solid #CCC;
	float: right;
	margin-left: 15px;
	padding-bottom: 3px;
	background-color: #005D7F;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-right: 5px;
}
.formulario .boton:hover {
	background-position:bottom;
}
