/* CSS Document                                                   */
/* Desarrollado por: Ing. Juan C. Mena G.                         */
/* Todos los derechos reservados por Cybernetix de Venezuela, C.A */

/*Limpia de estilos predefinidos de la página*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
a {
	text-decoration:none;
}
li {
	text-decoration:none;
	list-style: none;
}
body {
	background-color: #FFF;
}
/* Estilos de descarga el demo*/
#table2, #table3 {
	margin-left:24px;
}
.texto_externo {
	width:510px;
	height:676px;
	margin-right:30px;
	float:left;
	background-color:#FFF;
}
.texto_externo p{
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:justify;
	line-height:20px;
	margin-left:24px;
}
.texto_externo b{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.texto_externo i{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	background-color:#CFF;
}
.texto_externo H1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:36px;
}
.texto_externo H2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FF6600;
	margin-left:25px;
}
.texto_externo H3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
	margin-left:25px;
	margin-top:2px;
}
.caja_texto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	border:0px;
	background:url(../imagenes/caja_texto.png) no-repeat;
	height:26px;
	padding-top:2px;
	padding-left:5px;
}
.botones_formulario{
	width:150px;
	float:right;
	margin-left:350px;	
}
#b12, #b13, #b22 {
	background:url(../imagenes/btn_enviar_face.png) no-repeat;
	border:0px;
	width:72px;
	height:36px;
	float:left;
	}
#b12:hover, #b13:hover, #b22:hover{
	background:url(../imagenes/btn_enviar_over.png) no-repeat;
	border:0px;
	width:72px;
	height:36px;
}
input.caja_texto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-left:5px;
}