/* establecer el link por defecto en todo sitio */ 

A.texto:link { text-decoration: none; color: c9c9c9; }
A.texto:visited { text-decoration: none; color: c9c9c9;}
A.texto:hover { text-decoration: none; color: ffffff;}

A.enlace:link { text-decoration: none; color: #85bcda; font-weight: bold; }
A.enlace:visited { text-decoration: none; color: #85bcda; font-weight: bold;}
A.enlace:hover { text-decoration: underline; color: #85bcda; font-weight: bold;}

A.boton:link { text-decoration: none; color: #ffffff; font-weight: bold; }
A.boton:visited { text-decoration: none; color: #ffffff; font-weight: bold;}
A.boton:hover { text-decoration: none; color: #FF8201; font-weight: bold;}

/* establecer la fuente por defecto en todo el sitio */


body, div, td, input, select, textarea {
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-SIZE: 11px;
	line-height: 14px;
}

input [type=text],textarea{
	width: 200px;
}

textearea{
	height: 150px;
	overflow: auto;
}

/* codigo para que el form no muestre espacio */

form{
	margin: 0px;
}


/* body */

body{
	background-color: #F99C3D;
	background-image: url(graficos/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

/* titulos */

h2{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	display: inline
}

h3{
	font-weight: bold;
	display: inline;
	font-size: 11px;
	padding-bottom: 40px;
}

p{
	margin: 0px 0px 15px 0px;
}

.bienvenido{
	font-size: 13px;
	color: #ffffff;
	vertical-align: top;
	padding-top: 9px;
	padding-left: 30px;
}

.img{
	vertical-align: middle;
	border: 0px;
}

.cajaform{
	height: 200px;
}

/* estilos del formulario de inscripcion */

.identificacion{
	width: 450px;
}

.chico{
	width: 118px;
}

.radio{
	width: 16px;
}

.chico2{
	width: 110px;
	display: inline;
}

.d9{
	font-size: 9px;
}

.chico3{
	width: 70px;
}

.chico4{
	width: 202px;
}

.input_mensaje, .textarea_mensaje{
	width: 300px;
}
.textarea_mensaje{
	height: 250px;
}
