/*
Theme Name: Envision Child
Theme URI: http://themefuse.com/demo/wp/envision/
Description: Child theme for the Envision. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: envision-parent
*/

@import url("../envision-parent/style.css");

/*corrige descentrado a resolucion de 1024 de ancho*/
/*.header_img, .welcome_bar, .footer {min-width: 960px!important}*/
.header_img, .welcome_bar, .footer {min-width: 950px!important}

/*corrige que no se vean dos columnas una al lado de otra*/
.text .col_1_2 {
width: 260px;
}

.styled_box_title {
                border-radius: 5px 5px  0 0;
                padding: 1em;
                font: 13px/100% Arial,Helvetica,sans-serif;
                outline: medium none; }

.styled_box_content {
                border-radius: 0 0 5px 5px;
                padding: 1em;
                font: 13px/100% Arial,Helvetica,sans-serif;
                outline: medium none; }

.jom_img {
		border: 0;
		margin: 0;
		padding: 0;
}

.note_box {
max-width: 550px; /*pa evitar que salga muy ancho en IE*/
}



.bar-icon {
        width:80px;
        height:80px;
        float:left;
	position:relative;
	top:-12px;
}


.welcome_bar {
        background:#DDDDDD;
        clear:both;
        margin-bottom:10px; /*define margen inferior que afecta separacion del royal slider*/
        position:relative;
        z-index:10;
	min-width: 1250px
}

.bar {
        background:url(images/title_bar_shadow.gif) 0 106px no-repeat;
        height:78px;
        padding:21px 0 0 0;
        position:relative;
        z-index:8}

/*cambia el background por default en todas las paginas y pone imagen solida en lugar de trans*/
/*
.topnav {
background: url(images/slider1_bg_img1.jpg) 0 0 repeat-x;
}

.header_img {
background: url("../envision-parent/styles/blue/slider1_bg_img2.jpg") center top no-repeat DESIRED COLOR HERE !important;
}
*/

/*toggle_content*/
.toggle, h3.toggle {
background-color:#b2dbf8;	
}

.toggle.active {
background-color:#97d0f8;
color: black;
}

/*estilo de regla horizontal*/
.title_border {
        border-bottom:1px solid #AAA;/*e5e5e5*/
        padding-bottom:15px}



/*#dbecf8; celestito agua*/
/*======================================================================*/
/*NIVO SLIDER CUSTOMIZATION*/





/* Header Slider (Image Viewer) */
.header_flash {
        padding:2px 0 0px 0} /*50px 0 50px 0*/


/*text/video slider*/
.sText .slide-text{
        color:#eee;/*#000*/
        }




/*----------------------------------------------*/
/* 5.3 Four columns  */
/*----------------------------------------------*/
.gl_col_4 .gallery-item {
        /*margin:0 20px 64px 0;*/
        width:215px;
        height:180px;}



h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: Verdana, Calibri, sans-serif;/*Verdana lo escogi para evitar el prob. de que letras con tildes se ve diferente*/
}



/*---*/
/*esto arreglara el que se vean las imagenes con otro tamano en android?*/
/*---*/
@media screen and (max-width: 1024px){
.topmenu li a span {
display: block;
padding: 0 14px 0 10px;}}
