/*
Theme Name: Aplika Theme Nuevo
Theme URI: http://www.aplikasystems.com
Description: Tema para uso exclusivo de Aplika Systems R&amp;D
Version: 1.8
Author: Violeta Rosales / Aplika Systems
Author URI: http://www.violetarosales.com.mx
*/

/* RESET--- */
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;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---RESET */

body {
	background:url('imagenes/fondo.jpg') repeat-x top center #eee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	font-size:12px;
	margin:0px auto auto auto;
	color:#656565;
}
a {
	color:#5a9f00;
text-decoration:none;
}

a:hover {
        color:#0063a6;
}
.clear {
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 { /*Titulos azules del Slide */
	color:#0063a6;
	font-size:20px;
	font-weight:normal;
	padding:0;
	margin:15px 0 0 20px;
}
h2 { /*Titulos azules de las secciones*/
	color:#0063a6;
	font-size:18px;
	font-weight:normal;
	margin:10px 0px;
}
h3 {/*Titulos grises de los cuadritos y subtitulos de las pages*/
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding:0px 0 2px 0;
	margin:10px 0;
	clear:both;
	border-bottom:1px dotted #BF8153;
}

h4 {/*Sub-subtitulos de las pages*/
	color:#666;
	font-size:13px;
	font-weight:bold;
	padding:0px 0 0px 0;
	margin:10px 0;
	clear:both;
}
h4 a {/*Titulos de las noticias*/
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding:0px 0 0px 0;
	margin:0px;
	clear:both;
}
h4 a:hover {
	color:#333;
}
h5 {
	color:#FFF;
	font-size:18px;
	font-weight:normal;
}
h6 {
	color:#fff;
	font-size:18px;
	font-weight:normal;
	margin:10px 0px;
}
p {
	padding:5px 0 5px 0;
	margin:0px;
	text-align:justify;
	line-height:20px;
}
.contenedor {
	width:1000px;
	margin:auto;
}
.contenedorSecciones {
	width:1000px;
	margin:auto;
}
.header {
	height:77px;
	width:1000px;
}
.logo {
	width:193px;
	float:left;
	height:58px;
}

#s {
	width:195px;
	background:none;
	border:none;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding:12px 0 15px 10px;

}
#cajitaBuscar {
	padding:0 0 15px 0;
	background:url('imagenes/buscar.jpg') no-repeat;
}

/*-----------------------------menu-------------------*/
#menu {
	padding:40px 0 0 0;
	margin:0 0 0 40px;
}
.sf-menu, .sf-menu * {
	z-index: 9999998 !important;
} /* Para que no se quede debajo del slider en IE T_T */
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:145px;
}
.sf-menu ul li {
	width:145px;
}
.sf-menu ul li a{
	font-size:11px;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu .page_item {
	width:145px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0;
	top:45px; /* alto del boton, para que quede pegadito */
	z-index:999;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
/* Estilos y Colores */
.sf-menu .current_page_item a { /* pagina activa */
	background:#004372;
}
.sf-menu {
	float:left;
	margin-bottom:1em;
}
.sf-menu li a {
	padding:6px 0 14px 0;
	text-decoration:none;
	text-align:center;
}
.sf-menu li li a {
	padding:10px 0 10px 0;
	text-decoration:none;
	text-align:center;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
}
.sf-menu li {
	background:url(imagenes/menu_reposo.jpg);
	margin:0 5px;
}
.sf-menu li li {
	background:	#0063a8;
	left:-5px;
	height:100%;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	#004372;
	outline:0;
}
.menuGrande {
	color:#c5e8f8;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.menuChiquito {
	font-size:10px;
	color:#c5e8f8;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;	
}
/*--------------slider-----------------*/
.stripViewer .panelContainer .panel ul {
	text-align: left;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 100%;
	background:url('imagenes/slider.jpg') no-repeat center;
	height:248px;
	margin:0 0 0 0;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height:248px;
	overflow: scroll
}
.csw .loading {
	margin: 130px 0 248px 0;
	text-align: center;
	text-indent:-5000px;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	/*border: 5px solid #000; /* this is the border. should have the same value for the links */
margin: auto;
	width: 910px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 248px;
	clear: both;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.slider-wrap a {
	position: relative;
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 936px; /* Also specified in  .stripViewer  above */
}
#botonesSlider {
	position:absolute;
	top:215px;
	left:250px;
}
/* Ocultamos todas las Tabs */
.stripNav {
	background: red;
	display:none;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 95px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 35px;
	width: 35px;
	position: relative;
}
.stripNavL {
	left: 30px;
	z-index:1;
}
.stripNavR {
	right: 30px;
}
.wrapper p {
	width:440px;
	padding:5px 0 0 20px;
}
.sliderPadding {
	padding:20px 20px 0 0;
}
.cuadroBlanco {
	width:475px;
	height:181px;
	background:url('imagenes/cuadro_blanco.png') no-repeat;
	margin:20px 0 0 30px;
	float:left;
}
.wrapper img {
	float:right;
	margin:0 45px 0px 0;
}
.cross-link {
	background:url('imagenes/nav_slider.png') no-repeat;
	width:30px;
	height:25px;
	display:inline-block;
	color:#FD7123;
	text-indent:-9000px;
}
.cross-link:hover {
	background:url('imagenes/nav_slider_hover.png') no-repeat;
}
.activo-cross{
	background:url('imagenes/nav_slider_hover.png') no-repeat;
}
/*--------------cuerpo index-----------------*/
.cuerpo {
	width:960px;
	clear:both;
	padding:0 0 30px 0;
}
.breadcrumb {
	padding:0 0 0 25px;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color:#014878;
	border-bottom:solid #0e6097 1px;
	text-transform:capitalize;
}
.breadcrumb a:hover {
	color:#0e6097;
	border-bottom:solid #014878 1px;
}
.breadcrumbBoton {
	background:#CCC;
	padding:0 0 0 45px;
}
.colDerecha {
	width:650px;
	float:right;
	padding:0 0 0 25px;
}
.solucion {
	width:308px;
	float:left;
	padding:10px 16px 10px 0;
}
.logoSolucion {
	float:left;
	width:40px;
}
.solucionDetalles {
	float:left;
	width:258px;
	padding:0 0 0 10px;
}
.testimonio {
	width:635px;
	float:left;
	padding:0px 0px 0 0px;
}
img.thumb {
	float:left;
	padding:10px 20px 0 0;
}
.colIzquierda {
	width:250px;
	float:left;
	padding:0 0 0 25px;
}
.noticia {
	width:250px;
	clear:both;
	padding:10px 0 5px 0;
	border-bottom:solid 2px #bbb;
}
.calendario{
		background:url('http://aplikasystems.com/wp-content/uploads/2009/11/calendario.jpg');
		width:58px;
		height:59px;
		float:left;
}
.mes p{
	font-weight:bold;
	padding:6px 0 0 0;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
color:#fff;
}
.dia p{
	padding:0 0 0;
	font-size:20px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img.proyecto {
	float:left;
	border:1px solid #BF8153;
	margin:5px 5px 0 0;
}
/*--------------sidebar-----------------*/
#sidebar {
	width:250px;
	height:auto;
	margin:0 0 20px 0;
	background:#eee;
}
#sidebar ul{
	padding:0 0 0 0;
}
#sidebar ul ul{
	margin:5px 0 0 0;
}
#sidebar li{
	display:block;
	background:url('imagenes/bullet_sidebar.jpg') no-repeat left top;
	padding:5px 0 5px 20px;
}
#sidebar li a{
	font-size:13px;
	color:#333;
	display:block;
font-family:Arial, Helvetica, sans-serif;
}
#sidebar li li{
	background:url('imagenes/bullet_sidebar_bola.jpg') no-repeat left top;
	padding:5px 0 0 15px;
	display:block;
}
#sidebar li li a{ /*--*/
	color:#666;
	font-size:13px;
}
#sidebar li a:hover {
	color:#000;
	text-decoration:underline;
}
/*--------------cuerpo secciones-----------------*/
.colSecciones {
	width:675px;
	float:right;
}
/*--------------------posts--------------------*/
.postWrap{
	margin:0 0 0 25px;
	width:910px;
}
.elPost {
	width:830px;
	float:right;
}

.noEncontrado {
	width:800px;
	margin:auto;
	padding:100px;
}

/*--------------------footer--------------------*/
.footer {
	width:100%;
	height:150px;
	color:#FFFFFF;
	background:#838383;
}
.copy{
	text-align:center;
	color:#CCC;
}
.footerContenido {
	width:960px;
	margin:auto;
	padding:10px 0px 0 0px;
}
.footerIzquierda {
	width:215px;
	float:left;
	padding:0 0 0 0px;
	height:100px;
}
.footerCentro {
	width:310px;
	float:left;
	padding:0 0 0 30px;
	height:100px;
}
.footerDerecha {
	width:355px;
	float:right;
	height:100px;
}
.footerDerecha a {
	padding:0 5px 0 0px;
}
.blanco {
	color:#FFF;
	font-weight:bold;
}
.internetExplorer {
	background-color:#333;
	width:960px;
	margin:0px 0 0 24px;
}
/* en construccion */
.enConstruccionArriba {
	background:#0063A5 url('http://aplikasystems.com/wp-content/uploads/2009/10/en_construccion.jpg') top center no-repeat;
	height:554px;
	width:auto;
}
.enConstruccionAbajo {
	background:#0063A5 url('http://aplikasystems.com/wp-content/uploads/2009/10/en_construccion_footer.jpg') top center no-repeat;
	height:108px;
	width:auto;
}
.contTextoConst{
	width:1000px;
	margin:auto;
}
.textoConstruccion a {
	color:#ccc;
}
.textoConstruccion span {
	font-size:18px;
	font-weight:bold;
	line-height:25px;
}
.textoConstruccion {
	padding:210px 0 0 350px;
	color:#FFF;
	text-align:center;
	width:280px;
	position:relative;
}
/* Formularios */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	padding: 0.2em 1em;
	background:#0CF;
}

div.wpcf7-mail-sent-ng {
	padding: 0.2em 1em;
	background:#FF6;
}

div.wpcf7-spam-blocked {
	padding: 0.2em 1em;
	background:#FF6;
}

div.wpcf7-validation-errors {
	padding: 0.2em 1em;
	background:#FF6;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}
/* Estilos Misc para el contenido de las páginas*/

/*Listas UL*/

.colDerecha ul{
	margin-left: 5px;
	padding-left: 10px;
	list-style-type:square;
}
.colDerecha li {
	margin:5px;
	line-height:20px;
}
.colDerecha h3 {
	border-bottom:solid 2px #bbb;
}
.colDerecha h4 {
	border-bottom:dashed 1px #bbb;
	line-height:18px;
}
.contenidoNoticia {
	float:right;
	width:190px;
}
/* tablas cool */
table{margin:.5em 0 1em;}
table td,table th{text-align:left;border-right:1px solid #fff;padding:.4em .8em;}
table th{background-color:#5e5e5e;color:#fff;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #e8e1c8;}
table td{background-color:#eee;}
table th a{color:#d6f325;}
table th a:hover{color:#fff;}
table tr.even td{background-color:#ddd;}
table tr:hover td{background-color:#fff;}

table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}

/* tablas para los cuadritos de las paginas*/

.pagina tr:hover td{background-color:#eee;}
.pagina td,table th{text-align:left;border-right:0px solid #fff;padding:.4em .8em;}

/* imagenes */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #EAEAEA;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
	}
/* Botones */
.botoncito {
	width:94px;
	height:27px;
	float:right;
	background: url('http://aplikasystems.com/wp-content/uploads/2009/10/boton.jpg') no-repeat;
	text-align:center;
	padding:8px 0 0 0;
	font-weight:bold;
	}
.botoncito a {
	color:#666;
}
.botoncito a:hover {
	color:#0063a6;
}