@charset "UTF-8";
/*

Archivo CSS para el sitio 
Creado y Modificado por HOMODEI (Azrael Gomez / Ricardo Varela) 
www.homodei.com 
Versión 1.0 - 6/12/2013

*/

/* Defaults */


*	{ 
	padding: 0; 
	margin: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 9pt;
}
table, tr, td, th, tbody{ 
    width: 100%;
}
/* Estructura */
.alinear{
    text-align: center;
}
.alinear_tabla{
    position: relative;
    width: 60%;
    margin: auto;
}
#contenedor {
	width: 1000px;
	/*background: url(../images/back_page.jpg);*/
	/*background: url(../images/back_app.jpg) no-repeat;
	background-size: 1000px;*/
	margin: 10px auto;
	padding: 10px 5px;
	/*border: 1px solid #b4b4b4;*/
}

p.separador {
	clear: both;
	
}

table {
	border-collapse: collapse;	
}

table.completa h1 {
	text-align: center;
	padding: 5px 10px;
	font-size: 14pt; 
	color: #036;	
}

table.completa h2 {
	text-align: center;
	padding: 2px 5px;
	font-size: 12pt; 
	color: #333;
	padding-bottom: 10px;	
}

table.completa td {
	vertical-align:top;
	
	font-size: 12px;
	padding: 3px 5px 2px 2px;	
}	

td.columna {
	width: 480px;
	margin-right: 10px;
}

td.alt table{
	margin-top: 4px;	
}

td.columna th {
	padding: 2px 5px;
	text-align: left;
	font-size: 10pt;	
}

td.columna th h3 {
	color: #036;
	/*font-style: italic;*/	
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 12pt;
	border-bottom: 1px solid #069;
	margin-bottom: 5px;	
}

td.columna select {
	background: #FFF;
	color: #333;
	padding: 2px 2px;
	border: 1px solid #069;
}

td.columna select.large {
	width: 200px;	
}

td.subtitle h4{
	color: #036;
	/*font-style: italic;	*/
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 10pt;
	border-bottom: 1px solid #069;
	margin-bottom: 5px;
}

td.title {
	color:#333;	
}

p.info {
	padding-left: 10px;
	font-size:12px;
	font-style: italic;
	color:#036;
}	

p.bottom {
 margin-bottom: 2px;
}	

p.accept {
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	color: #069;
}	

input[type="text"] {
	border: 1px solid #069;
	padding: 2px 3px;
	width: 192px;
}

input[type="text"].dias {
	width: 20px;
	margin-right: 5px;
}

input[type="submit"] {
	background: #069;
	color: #FFF;
	font-weight: bold;
	font-size: 9pt;
	width: 200px;
	display: block;	
	padding: 5px 0;
	margin: 5px auto;
}

input[type="radio"] {
	margin-right: 5px;
}
 span.rdio {
	margin-right: 10px; 
 }



h3.acc input[type="checkbox"] {
	margin-right: 10px;	
}
 
h3.acc {
	text-align: left;
	font-size: 12pt;
	color: #036;
	padding-top: 5px;
	margin-left: 20px;
}

#same_address {
	/*border: 1px solid #096;*/
}

#previous_visit {
	/*border: 1px solid #336;*/
}

#proposed_address{
	/*border: 1px solid #C66;*/
}

#local_person{
	/*border: 1px solid #0FC;*/
}

#local_thailand{
	/*border: 1px solid #309;*/
}
/* Estilos para tipo de visa */

table.types {
	width: 450px;
}	


#visa_tourist {
	width: 425px;
	/*border: 1px solid #69F;*/
	padding: 10px;	
}

#visa_tourist a, #visa_nonimmigrant a, #visa_transit a {
	font-size: 10pt;
	color: #69F;	
}

p.note {
	font-size: 10pt;
	color: #666;	
}

#visa_nonimmigrant {
	width: 425px;
	/*border: 1px solid #399;;*/
	padding: 10px;	
}


#visa_transit{
	width: 425px;
	/*border: 1px solid #036;;*/
	padding: 10px;	
}

p.bold {
	font-weight: bold;
}

fieldset {
	border:none;	
}

h3.gen {
	color: #036;
	/*font-style: italic;	*/
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 12pt;
	border-bottom: 1px solid #069;
	margin-bottom: 5px;	
}

h4.gen{
	color: #069;
	font-style: italic;	
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 10pt;
	margin-bottom: 5px;
}



td.subtitle h3 {
	color: #069;
}

form#form1 legend, form#form1 label {
	/*color: #069;*/
	color: #F00;
	font-size: 9pt;
	padding: 2px 5px;
}

label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	font-style: italic;
}

/* divs para otras opciones*/

#estado_civil_otro {
	
}


#medio_viaje_otro {
}

	#medio_viaje_otro table{
		float: right;
		margin-right:20px;
	}

#proposito_viaje_otro {
}

	#proposito_viaje_otro table{
		float: right;
		margin-right:20px;
	}