/* 
Ultima Actualización: 10/16/2008
ESTILOS PARA INGLES EN SYSTEM

Modificado por: OCTAVIO
 */


/*	-------------------------------------------------------------
	Reset para cross-browsing
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*	-------------------------------------------------------------
	Estilos globales 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
	background-color:#000000;
	background-image:url(images/fondo.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
	font-family:Trebuchet MS;
	font-size:12px;
	color: #ffffff;
}
a {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	color: #FDC400;
}
p {
	width:100%;
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:justify;
	font-weight:normal;
}
h1{
	color:#fdc400;
	font-size:20px;
	width:100%;
	font-weight:bold;
	margin-bottom:30px;
}

h1 a {
	color:#FF7900;
	text-decoration:none;
}
h1 a:hover {
	color:#FFF;
}

h2{
	color:#fdc400;
	font-size:14px;
	width:100%;
	font-weight:bold;
}
h3{
	color:#fdc400;
	font-size:20px;
	width:100%;
	font-weight:bold;
}
img {
	vertical-align: middle;
}
/*	-------------------------------------------------------------
	Layout General 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.wrapper {
	width: 900px;
	height: auto;
	margin:0 auto;
}
.header {
	width: 100%;
	height: 120px;
	margin:20px 0;
}
.txtcatcher {
	width:200px;
	height:480px;
	margin:15px 40px 20px 0;
	color:#FFFFFF;
	font-size:14px;
	line-height:25px;
	text-align:justify;
	float:left;
}
.eyecatcher {
	width: 660px;
	height: 480px;
	margin:15px 0 20px 0;
	background-image:url(images/contenido.png);
	background-repeat:no-repeat;
	float:left;
}
.conte_inter {
	width:880px;
	height:460px;
	padding:10px;
	background-image:url(images/conte_inter.png);
	background-repeat:no-repeat;
	margin:15px 0 20px 0;
	float:left;
}
.txtcatcher_interior {
	width:200px;
	height:470px;
	margin:15px 20px 20px 0;
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
	line-height:25px;
	text-align:justify;
	float:left;
	background-image:url(images/txtcatcher.png);
}
.txtcatcher_interior p {
	width:100%;
	color:#fff;
	font-size:12px;
	line-height:17px;
	text-align:justify;
	font-weight:normal;
}
.eyecatcher_interior {
	width: 640px;
	height: 460px;
	margin:15px 0 20px 0;
	background-image:url(images/contenido.png);
	background-repeat:no-repeat;
	float:left;
	padding:10px;
}
.content {
	width: 100%;
	height: auto;
	float:left;
	clear: both;
}
.footer {
	width:890px;
	height: auto;
	float:left;
	padding:5px;
	text-align:center;
	color:#d4d4d4;
	font-size:11px;
	line-height:18px;
}
/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.logo {
	width:685px;
	height: auto;
	float:left;
}
.lenguaje {
	width:195px;
	height: auto;
	float:left;
	text-align:right;
	margin-right:20px;
	color:#999999;
}

/*	-------------------------------------------------------------
	ESTILOS MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.menu {
	width:900px;
	height:55px;
	float:left; 
	position:relative;
	z-index:500;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
}
.menu .select {
	margin:0; 
	padding:0 0 0 0px; 
	list-style:none; 
	white-space:nowrap;
}

.menu li {
	float:left;
}

.menu .select a {
	display:block; 
	height:30px; 
	float:left; 
	padding:0; 
	text-decoration:none;
	white-space:nowrap; 
	margin-right:5px;
	font-size:12px;
}

.menu .select a b {
	display:block; 
	padding:15px 19px 15px 19px; 
}

.menu .select a:hover, 
.menu .select li:hover a { 
	padding:0;
	cursor:pointer; 
}

.menu .select a:hover b, 
.menu .select li:hover a b {
	display:block; 
	padding:15px 19px 15px 19px;   
	cursor:pointer;
}
/* style the outer div to give it width */
.menu {	
	width:900px;
	height:55px;  
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:10px 0 0 0;
	list-style-type:none; 
	height:auto; 
	background:transparent;
	font-size:12px;
}
/* style the sub-level lists */
.menu ul ul {
	width:auto;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:30px;
	line-height:35px; 
	display:block; 
	z-index:1000;
	border-right:1px solid #666666;
}

/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:auto; 
	height:auto; 
	line-height:1em;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%; 
	width:auto; 
	text-decoration:none;
	color:#ffffff;
	padding:0px 43px 15px; 
}
.menu span {
	display:block;
	float:left;
	height:100%; 
	width:auto; 
	text-decoration:none;
	color:#828282;
	padding:0px 43px 15px; 
}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {
	width:auto; 
}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block; 
	color:#fff;
	font-size:10px;
	width:110px;
	height:16px;
	line-height:12px; 
	padding:10px 20px; 
	background-image:url(images/submenu.png);
	background-repeat:no-repeat;
}
* html .menu ul ul a, * html .menu ul ul a:visited  {
	width:auto; 
	w\idth:12em;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	border-collapse:collapse; 
	padding:0; margin:-1px; 
	width:0; 
	height:0; 
	font-size:12px; 
	z-index:999;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#fff; 
	z-index:1000;
}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background:#fff ;
}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {
	background:#013F58;
}
/* style the sub level 1 background */
.menu ul :visited a.sub1 {
	background:#013F58;
}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
	background:#fff;
}
/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#fff; 
	position:relative; 
	z-index:1000;
}
.menu li:hover {
	position:relative;
}
.menu :hover > a {
	color:#8c8c8c;
}
/* second */
* html .menu ul ul a:hover{
	color:#000;
	background:#7aa; 
	position:relative; 
	z-index:1100;
}
.menu ul ul li {
	border-right:0;
}
.menu ul ul li:hover {
	position:relative;
}
.menu ul ul :hover > a {
	color:#aaa;
	background-image:url(images/submenu.png);
	background-repeat:no-repeat;
}
/* third */
* html .menu ul ul ul a:hover {
	background:#7aa; 
	position:relative; 
	z-index:1200;
}
.menu ul ul ul :hover > a {
	background:#7aa;
}
/* fourth */
.menu ul ul ul ul a:hover {
	background:#7aa; 
	position:relative; 
	z-index:1300;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;top:44px; 
	left:0; 
	width:auto;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:12em;
	top:0;
	width:auto;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
	visibility:visible; 
	height:auto; 
	padding:0 3em 0em 3em;  
	left:-3em;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible; 
	left:131px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}
/*	-------------------------------------------------------------
	PANTALLAS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.pan_grl_cont {
	width:640px;
	height:auto;
	float:left;
	margin:15px 0 20px 0;
}	
.pan_cont {
	width:200px;
	height:170px;
	float:left;
	margin:5px 6px;
}	
.pan_img {
	width:198px;
	height:133px;
	float:left;
	margin:0 0 5px 0;
	border:#828282 1px solid;
}
.pan_cont h2 {
	width:198px;
	float:left;
	text-align:center;
}
.pan_cont h2 a{
	color:#fdc400;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.pan_cont h2 a:hover {
	color:#fd9500;
}	
/*	-------------------------------------------------------------
	PROYECTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.proyect_conte {
	width:880px;
	height:650px;
	margin:15px 0 20px 0;
	padding:10px;
	color:#FFFFFF;
	float:left;
	background-image:url(images/proyect_conte.png);
}
.pro_cont {
	width:200px;
	height:170px;
	float:left;
	margin:15px 10px;
}
.pro_img {
	width:198px;
	height:133px;
	float:left;
	margin:0 0 5px 0;
	border:#828282 1px solid;
}
.pro_cont h2 {
	width:198px;
	float:left;
	text-align:center;
}
.pro_cont h2 a{
	color:#fdc400;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.pro_cont h2 a:hover {
	color:#fd9500;
}
/*	-------------------------------------------------------------
	ESTILOS DE CONTACTO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.content_contacto_img {
	float:left;
	width:500px;
	margin-left:200px;
	height:auto;
	float:left;
	margin-top:20px;
	text-align:center;
}
.content_gracias {
	float:left;
	width:500px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fdc400;
	padding:5px 5px 5px 5px;
	_padding:5px 5px 5px 200px;
	line-height:1.5;
	margin-bottom:20px;
	margin-left:200px;
}
.content_form {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:10px 0 20px 0;
	float:left;
	width:500px;
	margin:0 200px;
}
.lbl {
	float:left;
	width:135px;
	color:#FDC400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	margin-right:20px;
}
.lbl_input {
	float:left;
	width:350px;
	height:20px;
	margin:8px 0;
	color:#097fa1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.lbl_area {
	float:left;
	width:350px;
	height:70px;
	margin-top:5px;
}
.lbl_boton {
	float:left;
	width:350px;
	height:30px;
	margin-top:20px;
}

.cont_input {
	float:left;
	width:190px;
	text-align:left;
}
.cont_input input, .cont_input select, .cont_input textarea {
	background-color: #f2f2f2;
	border: 1px solid #999999;
	color:#253449;
	font-size:11px;
	font-family: trebuchet MS;
}
.error {
	background-image:url(images/error.png);
	background-repeat:no-repea;
	float:left;
	height:20px;
	padding-left:20px;
	visibility:hidden;
	width:auto;
	margin-left:40px;
}
.link_correo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#097fa1;
}
.link_correo a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#097fa1;
}
.link_correo a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#054051;
}
/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.footer h1 {
	width:640px;
	height:auto;
	float:left;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
}

