/* Estilos generales */

/*  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; }


/*  Principal */
body {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
}
.nuevoTitulo{
font-size: 14px;
margin-bottom:5px;

}
/*  contenedor */
.wrapper {					
width: 1128px;
margin: 0 auto;
background:#fff;
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
}

.wrapper_pagina {					
width: 1128px;
margin: 0 auto;
margin-top: 30px;
}

hr{
border:0;
margin: 20px 0px 10px 0px;
color:#eaeaea;
background-color:#eaeaea;
height: 1px;
}

h6 {
font-family:Arial;
font-size: 24px;
margin-bottom: 10px;
}

.clear {
clear: both;
}

a {
text-decoration: none;
color: #3399dd;
}

a:hover {
text-decoration: underline;
}

img {
border: 0;
}

.leftalign {
float: left;
margin-right: 10px;
}

.rightalign {
float: right;
margin-left: 10px;
}

img.highlight_image {
margin-top: -5px;
padding: 0px 0px 0px 4px;
margin-left: -13px;
/*background: url(../imagenes/image-small.png) no-repeat bottom;*/
}

img.highlight_image_big {
padding: 10px 4px 14px 3px;
background: url(../imagenes/image-big.png) no-repeat bottom;
}

blockquote {
font-style: arial;
background: #f9f9f9;
border-left: 3px solid #e6e6e6;
font-size: 12px;
line-height: 20px;
font-weight: normal;
font-variant: normal;
margin: 15px 0;
padding: 10px 20px 10px 20px;
display: block;
}


/* CABECERA */
#header {
background: url(../imagenes/header5.jpg) repeat-x;
height: 120px;
} 
/*
#header {
background: url(../imagenes/header2.jpg);
height: 120px;
}
*/
#logo {
float: left;
margin-top: 4px;
margin-left: 0px;
}
#logo:hover{


}

/*   Menu Slider  */
#myslidemenu {
float: right;
position: relative;
top:22px;
z-index: 999;

}

.jqueryslidemenu{
margin: 0;
padding: 0;
color: #999999;
background: url(../imagenes/nav.png) no-repeat left;
}

.jqueryslidemenu ul{
}

.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
background: url(../imagenes/nav.png) no-repeat right;
line-height: 90px;
}

.jqueryslidemenu ul li a{
display: block;
color: #fff;
padding: 0px 20px 0 20px;
text-decoration: none;
font-size:14px;
}

* html .jqueryslidemenu ul li a{ /* Para IE6 */
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
}

.jqueryslidemenu ul li a:hover{

color: #ffcc01;
}
	
/*menu nivel 1*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
margin-top: -2px;
}

/*menu nivel 2*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background: #0f0f0f;
line-height: 18px;
}

/*Subniveles */
.jqueryslidemenu ul li ul li ul{
}

/* Subniveles links */
.jqueryslidemenu ul li ul li a{
width: 160px; 
padding: 10px;
padding-top: 12px;
padding-bottom: 12px;
margin: 0;
background:  #0f0f0f;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
color: white;
background: #080808;
}

/*  CSS classes applied to down and right arrow imagenes  */
.downarrowclass{
position: absolute;
top: 41px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 12px;
right: 10px;
}



/*  CONTENT  */
#content {
background-color: #fff;
    
width: 100%;
padding:0;
margin:0;
overflow: hidden;
}

#breadcrumbs {
/*background: url(../imagenes/breadcrumbs.gif) repeat-x;*/
height: 66px;
padding-top: 12px;
color: #777;
}

#breadcrumbs p {
float: left;
}

#breadcrumbs li {
float: left;
background: url(../imagenes/light-arrow-right.png) no-repeat right center;
display: inline;
padding-left: 5px;
padding-right: 15px;
}

#breadcrumbs li.current_crumb {
background: none;
}



/*  FEATURED TEXT AREA  */
#featured ul {
margin-top: -20px;
margin-left:0px;
margin-right:0px;
overflow:hidden;
background: url(../imagenes/featured-background.png) no-repeat;
height: 200px;
padding: 1px;
padding-top: 15px;
}

#featured li {
float: left;
width:201px;
padding-left: 60px;
padding-bottom: 30px;
margin-left: 16px;
line-height: 17px;
}
#featured #li1 {

background: url(../imagenes/featured-bg1.png) no-repeat;

}

#featured #li4 {

background: url(../imagenes/featured-bg.png) no-repeat;

}
#featured #li3 {

background: url(../imagenes/featured-bg2.png) no-repeat;

}

#featured #li2 {

background: url(../imagenes/featured-bg-remaq.png) no-repeat;

}


#featured .featured_title {
margin-left: 65px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}

#featured .featured_title a {
color: #fff;
text-decoration: none;
padding-bottom: 7px;
background: url(../imagenes/underline-featured.png) repeat-x bottom;
}

#featured .featured_title a:hover {
color: #979797;
text-decoration: none;
}

#featured li img {
float:right;
position: relative;
top: 3px;
left: -149px;
}

#featured li p{
margin-left: 64px;
margin-top: 9px;
color: #9b9b9b;
}


/*   Contenido principal  */
#home_content {
background: url(../imagenes/middle3.gif) repeat-x #fff;
width: 100%;
padding-top: 0px;
/*background:#ccc;*/

}
/*
#home_content {
background: url(../imagenes/middle2.gif) repeat-x;
width: 100%;
padding-top: 0px;
}
*/

#content_columns {
overflow: hidden;
height:100%;
color: #222;
margin-top: -55px;
padding-left: 15px;
padding-bottom: 15px;

}

#content_columns .column {
float: left;
width: 221px;
margin-right: 50px;
line-height:16px;

}

#content_columns .column_right {
float: left;
width: 245px;
line-height:16px;

}

#content_columns img {
float:left;
}

#content_columns p {
margin-top: 5px;
margin-bottom: 20px;
line-height: 18px;
}

#content_columns a:hover{
text-decoration:underline;
}

#content_columns h6 {
font-size: 24px;
text-transform: uppercase; 
padding-bottom: 5px;
margin-bottom: 18px;
background: url(../imagenes/underline-content.png) repeat-x bottom;
/*background: url(../imagenes/titulos_cont.png) repeat-x bottom;*/
}

/* Noticias  */
#latest_news ul {
margin:0;
padding:0;
}

#latest_news li {
margin: 0;
padding:  0;
}

#latest_news li a {
font-weight: bold;
color: #222;
display: block;
}

#latest_news li a:hover {
font-weight: bold;
color: #3399dd;
text-decoration: none;
}

#latest_news li .date {
font-size: 10px;
color: #777;
line-height: 14px;
}


/*   SLIDER ACORDION  */
#accordion { 
list-style-type: none; 
padding: 0; 
margin: 0 0 30px;  
width: 265px;
}

#accordion ul { 
padding: 0; 
margin: 0; 
float: left; 
display: block; 
width: 100%; 
}

#accordion li { 
cursor: pointer; 
list-style-type: none; 
padding: 0; 
margin: 0; 
float: left; 
display: block; 
width: 100%; 
margin-bottom: 8px; 
background: url(../imagenes/note.png) no-repeat;
position:relative;
}

#accordion li.active>a { 
padding-bottom: 5px; 
margin-left: 30px; 
background: url(../imagenes/arrow-down.png) no-repeat right 5px; 
color: #3399dd;
line-height: 22px;
border-bottom: 1px dotted #ddd;
}

#accordion li div { 
display: block; 
clear: both; 
float: left; 
line-height: 18px; 
margin-top: 7px; 
margin-bottom: 5px;
}

#accordion a { 
text-transform: uppercase; 
font-weight: bold; 
margin-left: 30px; 
padding-bottom: 5px; 
color: #333333; 
display: block; 
background: url(../imagenes/arrow-right.png) no-repeat right 5px;
line-height: 22px;
border-bottom: 1px dotted #ddd;
}

#accordion.accordion_line hr {
margin: 0px 0px 0px 0px;
height: 0;
border-bottom: 1px dotted #eee;
}



/*   CONTENIDO EMPRESA   */
#inner_content {
overflow: hidden;
margin-bottom: 30px;
line-height: 20px;
color: #666;
margin-left: 20px;
}

#inner_content .btn {
clear:both;
padding: 0 0 0 0;
position:relative;
z-index:3;
}

#inner_content .btn a {
display:block;
float:left;
font-size:11px;
line-height:13px;
margin-top: 5px;
padding:5px 9px 5px 9px;
text-decoration:none;
width:auto;
-moz-border-radius: 3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#fff;
background: #666;
}

#inner_content .btn a:hover {
color: #fff;
background: #333;
}

#inner_content h1 {
font-size: 34px;
color: #444;
padding-bottom: 30px;
border-bottom: 1px solid #ccc;

}

#inner_content h2 {
color: #666;
font-size: 24px;
padding-top: 10px;
padding-bottom: 10px;
}

#inner_content h4 {
font-size: 12px;
color: #666;
padding-top: 20px;
padding-bottom: 10px;
}

#inner_content h2 a, #inner_content h4 a {
color: #444;
text-decoration:none;
}

#inner_content h2 a:hover, #inner_content h4 a:hover {
color: #000;
text-decoration: none;
}

#inner_content p{
padding-bottom: 10px;
}

#main_content {
float: left;
width: 675px;
margin:0;
padding: 0;
padding-right: 20px;
padding-top: 20px;
color: #666;
}

#main_content p{
padding-bottom: 10px;
}

#main_content ul {
list-style: disc;
padding: 7px;
padding-left: 30px;
}

#main_content ol {
list-style: decimal;
padding: 7px;
padding-left: 30px;
}

#main_content2 {
float: left;
margin:0;
padding: 0;
padding-right: 20px;
padding-top: 20px;
color: #666;
}

#main_content2 p{
padding-bottom: 10px;
}

#main_content2 ul {
list-style: disc;
padding: 7px;
padding-left: 30px;
}

#main_content2 ol {
list-style: decimal;
padding: 7px;
padding-left: 30px;
}

/*     Tabulaciones    */
.quote-right {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	width: 45%;
	float:right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
.quote-left {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 20px;
	margin-top: 10px;
	margin-right: 20px;
	width: 45%;
	float:left;
	display: block;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
}
.quote-desc {
	color:#333333;
	line-height: 140%;
	font-style: italic;
	font-weight: bold;
}
.quote-author-right {
	color:#3399dd;
	text-align: right;
	font-style: italic;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}
.quote-author-left {
	color:#3399dd;
	text-align: right;
	font-style: italic;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}



/*   Contacto    */
.message {
color:#999;
display:none;
width: 580px;
padding:10px;
background: #f3f3f3;
margin-top: 1px;
}

#contact_form {
margin: 0px;

width: 100%;
padding: 0px;
margin-top: 20px;
margin-left: 31px;
color: #999;
}

#contact_form .one_third {
float: left;
margin: 0;
margin-right: 10px;
width: 380px;
}

#contact_form .special {
display:none;
}

#contact_form input, #contact_form textarea {
padding: 7px;
height: 18px;
width: 240px;
border: 1px solid #e9e9e9;
-moz-border-radius: 3px;
-webkit-border-radius:3px;
border-radius:3px;
margin-bottom: 10px;
overflow: auto;
}
#contact_form input:hover, #contact_form textarea:hover{
background: #f3f3f3;
}

#contact_form input.formbtn {
width: 122px;
height: 32px;
margin-top: 10px;
padding: 6px 10px 6px 10px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
border-radius:5px;
color:#fff;
background: #666;
cursor: pointer;
border: 1px solid #666;

}

#contact_form input.formbtn:hover {
background: #333;
border: 1px solid #666;
}

#contact_form textarea {
width: 380px;
height: 100px;
}

#contact {
position: relative;
margin-top: 30px;
}

#contact .contact_text {
font-size: 13px;
font-style: italic;
color: #333;
display: block;
}

#text_contact{
margin-left:31px;	
}


/*      Portafolio    */
#portfolio_selector {
background: #f6f6f6;
overflow: hidden;
color: #666;
margin: 10px 0 20px 0;
-moz-border-radius: 3px;
-webkit-border-radius:3px;
border-radius:3px;
width: 100%;
height: 25px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}
.numero{
background: #f6f6f6;
overflow: hidden;
color: #666;
margin: 10px 0 20px 0;
-moz-border-radius: 3px;
-webkit-border-radius:3px;
border-radius:3px;
width: 100%;
height: 25px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
font-size:12px;
}
.numero li{
display: inline;	
}
.numero li .pagina_actual{
color:#949494;

}

#titulo_port{
margin-top:31px;
margin-left:31px;


}

#portfolio_selector li {
display: inline;
}

#portfolio_content {
	margin-top: 30px;
	width: 100%;
	line-height: 1px;
	margin-left: 30px;
	color: #666;
}

/*#portfolio_content .btn a {
margin-top: 12px;
}*/

#portfolio_content .one_third {
overflow: hidden;
margin-bottom: 25px;
-margin-bottom: 45px;
margin-right: 30px;
}

#portfolio_content ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#portfolio_content ul li {
display:block;
}

.portfolio_image {width: 100%; overflow: hidden;}
.portfolio_image a {position: relative;}
.portfolio_image a span { 
display:none; 
background: url(../imagenes/image-zoom.png) no-repeat; 
width: 250px; 
height: 162px; 
position:absolute; 
left:3px; 
bottom: 15px;
}
.portfolio_image img {
padding: 10px 4px 15px 3px;
background: url(../imagenes/image-small.png) no-repeat bottom;
}
 .portfolio_image a:hover span {display: block; cursor: pointer;}


/*    Tablas   */
table#pricing_table {
margin: 20px auto;
border-spacing:0px;
border-collapse:collapse;
empty-cells: hide;
}

#pricing_table td, #pricing_table th{
width:130px;
padding:7px;
border:1px solid #ccc;
margin:10px;
line-height:30px;
text-align:center;
}

#pricing_table th.empty_cell {
border: 0;
}

#pricing_table .table_package {
font-size:24px;
}

.color1 {
background:#e4e4e4;
text-decoration:none;
}

.color2 {
background:#f7fafa;
}

.color3 {
background:#f0eef9;
}

/*   Contenido del panel lateral   */
#sidebar {
color: #666;
width: 370px;
padding:	0 0 20px 25px;
float: left;
position:relative;
}

#sidebar div{
position: relative;
z-index: 2;
}

#sidebar_top, #sidebar_bottom{
width:280px;
height:68px;
display: block;
position: absolute;
left: 0;
z-index: 1;
top:0;
}

#sidebar #sidebar_bottom{
top:auto;
bottom: 0;
}
#sidebar .social{
	margin: 0px 0 0px 6px;
	opacity:0.70;
	filter:alpha(opacity=70);
}
#sidebar .social:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
#sidebar {
background:transparent url(../imagenes/sidebar-middle.png) repeat-y top left;
}

#sidebar_top {
background:transparent url(../imagenes/sidebar-top.jpg) no-repeat top left;
}

#sidebar_bottom {
background:transparent url(../imagenes/sidebar-bottom.jpg) no-repeat bottom left;
}

#sidebar h6 {
font-size: 24px;
margin-bottom: 10px;
}

#sidebar .block_info img {
margin-top: 5px;
margin-bottom:-20px;
}

#sidebar .block_info a {
text-decoration: none;
}

#sidebar  .baja {
margin-top: 60px;
font-family: verdana;
font-size:16px;
}
#sidebar  .baja2 {
margin-top: 30px;
font-family: verdana;
font-size:16px;
}
#sidebar  .baja3 {
margin-top: 50px;
font-family: verdana;
font-size:16px;
}

#sidebar  .sube {
margin-top: 8px;
font-family: verdana;
font-size:16px;

}
/*  Tipos de contenido de paneles laterales: Lista simple, caja de información & a bloque de post */
.block, .block_info, .block_posts {
padding:0;
width: 100%;
float: left;
margin-top: 20px;
margin-bottom: 20px;
}

.block ul, .block_info ul, .block_posts ul {
list-style-type: none;
}

.block ul li, .block_info ul li {
border-bottom: 1px solid #ddd;
}

.block_info img {
float: left;
margin-right: 10px;
}

/*   Pie de pagina   */
#footer{
overflow: hidden;
height:100%;
color:#222;
background: url(../imagenes/footer.gif) repeat-x #f1f1f1;
padding: 20px;
padding-right: 0px;
padding-left: 0px;
}

#footer h2 {
font-size: 20px;
color: #666;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}

ul.footer_list{
list-style-type: none;
}

ul.footer_list li {
border-bottom: 1px solid #ddd;
}

ul.footer_list li a {
background-repeat: no-repeat;
background-position: left 10px;
padding: 6px;
padding-left: 13px;
color: #777;
text-decoration: none;
display: block;
}

ul.footer_list li a:hover {
color: #111;
text-decoration: none;
}

#footer p {
color: #777;
margin-top: 10px;
margin-bottom: 10px;
}





/*  Pie de pagina final  
#footer_end {
overflow: hidden;
background: url(../imagenes/footer-shadow.png) repeat-x #111;
padding-top: 20px;
padding-bottom: 30px;
margin: 0;
}*/

#footer_end {
overflow: hidden;
background: url(../imagenes/header2.jpg) #111;
padding-top: 20px;
padding-bottom: 30px;
margin: 0;
}

#footer_end ul {
	float: left;
}

#footer_end ul li {
	padding-left: 5px;
	display: inline;
	font-size: 11px;
	padding-right: 5px;
	border-right: 1px solid #999;
	font-weight: 900;
}

#footer_end ul li a {
	color: #fff;
}

#footer_end ul li a:hover {
	color: #fff;
}

#footer_end p {
	color: #fff;
	font-size: 10px;
	float: right;
}

/*    COLUMNAS  */
.column_holder {
	margin: 0px;
	
	width: 100%;
	padding: 0px;
}
.full_width {
	width: 100%
}
.one_fourth, .one_third, .half, .two_third {
	float: left;
	margin: 0;
}
.one_fourth {
	width: 21%;
	margin-right: 5%; 
}
.one_third {
	width: 30%;
	margin-right: 5%;
}
.half{
	width: 45%;
	margin-right: 5%;
}
.two_third {
	width: 65%;
	margin-right: 5%;
}
.last {
    margin-right: 0px;
}
#list_style{
	list-style: square outside none;
}
#cert{
	margin-left: 10px;
}
.pServicios{
	display: inline;
}
#algoa{
margin-right:55px;
}
#algob{
margin-right:190px;
}
#algoc{
margin-right:209px;
}
#algod{

}
#seguirles{
	display: inline !important;
	text-decoration: none !important;
    color: #3399dd !important;
	line-height: 18px;
	font-size:11px !important;
	margin-left: -1px  !important;
	text-transform: capitalize !important;
    font-weight: normal !important;
}
#seguirles:hover{
    text-decoration: underline !important;
}

