@charset "utf-8";

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{vertical-align: baseline; border: 0; outline: 0; font-weight: normal; font-style: normal; font-size: 100%;}

* {margin: 0; padding: 0}
:focus{outline: 0}
ol, ul{list-style: none}
table{border-collapse: collapse; border-spacing: 0;}
blockquote, q{quotes: "" ""}
hr{border: 0; color: #000; background-color: #000; height:0px}
blockquote:before, blockquote:after, q:before, q:after {content: ""}


/*------------------------------ FIN RESET*/

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#1c244a;
	text-align:center; 
	height:100%
}

a{
	color:#1c244a;
	text-decoration:none;
}

a:hover{
	/*color:#1c244a;*/
	text-decoration:underline;
}

img {
	border:none;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:140%;
	letter-spacing: 0.01em;
	text-align:left;
}

/*----------------------------------- CONTAINER */

#container {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1000px;
}

/*----------------------------------- HEADER */

#header {
	margin:0px;
	padding:0px;
	width:1000px;
	height:225px;
}

#header h1{
	float:left;
	clear:both;
	margin:5px 0px 0px 20px;
	font-size:22px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

td h3 {
	margin:0px 0px 0px 20px;
	padding:5px 0px;
	font-size:14px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#logo{
	float:left;
 	padding:0px;
	width:230px;
	margin:10px;
}

#logo h1{
	display:block; 
	text-indent:-9999px;
}

#logo a{
	display:block; 
	height:90px; 
}

#logo p{
	text-align:left;
	margin-left:12px;
}



#navigation{
	clear:both;
	width:1000px;
	height:90px;
}

#navigation h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:90px;
	color:#FFF;
}

/*----------------------------------- CONTENT */

#content {
	clear:both;
    margin-left: auto;
    margin-right: auto;
	padding:0px;
	width:1000px;
	text-align:center;
}

#content-bott{
	margin:0px;
	padding:0px;
	width:1000px;
	height:20px;
}

#tabla_principal{
	border:1px solid #EEE;
	margin:0px 30px 10px 30px;
	padding:20px;
	background:#FFF;
	text-align:center;
	width:940px;
}

#tabla_principal td {
	padding:10px;
	/*text-align:center;*/
	text-align:left;
}


#tabla_principal table{
	margin:auto;
	margin-top:5px;
}

#tabla_principal th{
	font-size:14px;
	background:#0197d6;
	color:#FFF;
}

#tabla_principal ul li{
	display:inline;
	margin:20px;
}

.navegacion{
	background:#0C0;
	text-align:center;
	margin:auto;
}

.sombreado {
	background:#efefef;
}

.variable{
	font-size:14px;
	font-weight:bold;
}

.datos_solicitud {
	padding:20px;
	background:#EEE;
}

/* BUTTON */
a.button {
	/* Sliding right image */
    background: transparent url(../imagenes/botones/green-right.png) no-repeat scroll top right;
	display: inline;
	float: left;
	height: 20px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	margin: 0px 0px 10px 20px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

a.button span {
/* Background left image */ 
background: transparent url(../imagenes/botones/green-left.png) no-repeat; 
display: block;
line-height: 19px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding:0px 0px 2px 20px;
cursor:pointer
} 


a.button:hover span{
text-decoration:underline;
color: #fff;
}

/* END BUTTON */

.combo_oca{
	width:415px;
}

.combo_cotizacion_oca{
	width:415px;
}

