/******************* FONTS *********************/
@font-face {
    font-family: 'univers_condensedmedium';
    src: url('fonts/univers_condensed_medium-webfont.eot');
    src: url('fonts/univers_condensed_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers_condensed_medium-webfont.woff2') format('woff2'),
         url('fonts/univers_condensed_medium-webfont.woff') format('woff'),
         url('fonts/univers_condensed_medium-webfont.ttf') format('truetype'),
         url('fonts/univers_condensed_medium-webfont.svg#univers_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'univers_light_condensed';
    src: url('fonts/univers_light_condensed-webfont.eot');
    src: url('fonts/univers_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers_light_condensed-webfont.woff2') format('woff2'),
         url('fonts/univers_light_condensed-webfont.woff') format('woff'),
         url('fonts/univers_light_condensed-webfont.ttf') format('truetype'),
         url('fonts/univers_light_condensed-webfont.svg#univers_light_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************** HEADER *******************/

html 
{   
    background: #4F1428;
}

header
{
    padding-bottom: 10px;
    padding-top: 10px;
}

header nav
{
    height: 35px;
    float: right;
    margin-top: -10px;
    border: 1px dashed #631932;
    border-top: none;
}

header ul.menu 
{
    float: right;
    list-style: none;
    margin: 0;
}

header ul.menu li.main-label
{
    display: inline-block;
    line-height: 65px;
    margin-right: 5px;
    margin-left: 5px;
}

header ul.menu li.main-label a
{
    background: white;
    font-family: 'univers_light_condensed';
    color: #7A3345;
    padding: 10px;
    font-size: 20px;
}

.dropdown:hover .dropdown-menu {
   display: block;
}

header ul.menu li.main-label a:hover, header ul.menu li.main-label a.menu-active
{
    background: #7A3345;
    color: white;
    text-decoration: none;
}

header ul.menu li.main-label div.dropdown ul.dropdown-menu li a
{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 18px;
}

.dropdown .caret
{
    margin-top: 30px;
    margin-left: 5px;
    border-top: 4px solid #631932 !important;
}

div.float-form div.content-form
{
    background: #641A33;
    padding: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
}

div.float-form-inner div.content-form
{
    background: #E8E8E8;
    padding: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
    position: relative;
}

div.float-form-inner div.content-form input
{
    width: 240px;
    margin-bottom: 6px;
}

div.float-form-inner div.content-form select
{
    width: 254px;
    margin-bottom: 6px;
}

div.float-form-inner div.content-form a.close-equis
{
    position: absolute;
    right: -15px;
    top: -50px;
}

div.float-form
{
    left: 150px;
    position: absolute;
    top: 120px;
    width: 330px;
    z-index: 999;
}

div.float-form-inner
{
    width: 270px;
    display: inline-block;
}

/******************** FOOTER *******************/
div.main-footer
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 999;
}
section.prefooter
{
    background: #631932;
    padding-top: 10px;
}

section.prefooter a.prefooter_link img
{
    margin-bottom: 15px;
}

section.prefooter table.prefooter_table, section.prefooter table.prefooter_table_phones
{
    width: 100%;
}

section.prefooter table.prefooter_table tr td
{
    padding: 5px;
}

section.prefooter table.prefooter_table tr td a
{
    color: white;
    font-family: 'univers_light_condensed', sans-serif;
    font-size: 22px;
}

section.prefooter table.prefooter_table tr td a span
{
    display: none !important;
}

section.prefooter table.prefooter_table tr td a:hover
{
    text-decoration: none;
}

section.prefooter table.prefooter_table tr td:first-child
{
    text-align: center;
    width: 25%;
}

section.prefooter table.prefooter_table_phones tr td
{
    color: white;
    font-family: 'univers_condensedmedium', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: top;
}

section.prefooter table.prefooter_table_phones tr td img
{
    margin-right: 10px;
}

section.prefooter div.convenio
{
    color: white;
    font-size: 16px !important;
    font-family: 'univers_light_condensed';
    text-align: center;
    text-transform: uppercase;
}

section.prefooter div.convenio a img
{
    margin-bottom: 2px;
}
footer
{
    background: #4F1428;
    padding: 5px;
}

footer p
{
    color: white;
    font-size: 11px;
    font-family: 'Verdana', sans-serif;
    line-height: 30px;
    margin: 0px;
    text-align: right;
}

footer ul
{
    margin: 0px;
    padding: 0px;
}

footer ul li
{
    display: inline-block !important; 
    margin-left: 2px;
    margin-right: 2px;   
}

footer ul li a
{
    color: #B97E92; 
    font-size: 16px;
    font-family: 'Arial Narrow';
    font-weight: 100;
    text-transform: uppercase;
}

footer ul li a:hover
{
    color: white;
    text-decoration: none; 
}

footer .span6 p br
{
    display: none;
}

#phone-icon-mobile
{
    display: none;
}

/******************** CONTENIDO *****************/

section.int_content
{
    background: url('http://www.utec.edu.sv/distancia/assets/img/f_internas.jpg');
    background-attachment: fixed;
}

div.header-content
{
    background: #7A3345;
    margin-top: 40px;
}

div.header-content h2
{
    color: white;
    font-family: 'univers_light_condensed', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

div.header-content h3
{
    color: white;
    font-family: 'univers_condensedmedium', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}

div.information
{
    background: white;
}

ul.requirements
{
    list-style: square;
    margin: 0px auto !important;
    padding-top: 20px;
    width: 80%;
}

ul.requirements li
{
    font-family: 'univers_condensedmedium', sans-serif;
    font-size: 19px;
    font-weight: 500;
    padding: 10px;
}

p.requirements-note
{
    color: #666;
    font-family: 'univers_condensedmedium', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px;
    text-align: justify;
    width: 80%;
}

p.requirements-arancel
{
    color: black;
    font-family: 'univers_condensedmedium', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px;
    text-align: justify;
    width: 80%;
}

table.requirements-table
{
    margin: 0 auto;
    width: 300px;
}

table.requirements-table tr td
{
    color: black;
    font-family: 'univers_light_condensed', sans-serif;
    font-size: 22px;
    padding: 10px;
}

div.faq-content
{
    font-family: 'univers_light_condensed', sans-serif;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 5px;
    width: 80%;
}

div.faq-content p, div.faq-content ul
{
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: justify;
}

div.faq-content ul
{
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

div.faq-content .accordion-group
{
    margin-bottom: 10px !important;    
}

div.faq-content .accordion-group, div.faq-content .accordion-inner
{
    border: none !important;    
}

div.faq-content div.accordion-group div.accordion-heading a.accordion-toggle
{
    border-bottom: 1px solid #ccc;
    color: #333;  
    font-family: 'univers_condensedmedium', sans-serif;
    font-weight: 500;
    font-size: 19px;  
}

div.faq-content div.accordion-group div.accordion-heading a.accordion-toggle:hover, div.faq-content div.accordion-group div.accordion-heading a.accordion-toggle:focus, div.faq-content div.accordion-group div.accordion-heading a.accordion-toggle:active
{
    text-decoration: none;
}

.collapse.in 
{
    border-top: 1px solid #631932;
    margin-top: -1px;
}

p.main-education
{
    font-family: 'univers_condensedmedium', sans-serif;
    font-weight: 500;
    font-size: 19px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: justify;
    width: 80%;
}

div.distance-content p, div.distance-content ul 
{
    font-family: 'univers_light_condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: justify;
}

div.distance-content ul li
{
    padding-bottom: 5px;
    padding-top: 5px;
}

div.distance-content ul.last-list
{
    width: 60%;
    margin: 0 auto;
}

div.video-container
{
    background: none repeat scroll 0 0 #494045;
    padding: 30px 20px 20px;
    text-align: center;
}

div.video-item
{
    margin-bottom: 20px;
}

div.video-item img
{
    width: 80%;
}

div.video-item h4
{
    color: white;
    font-family: 'univers_condensedmedium', sans-serif;
    font-weight: 500;
    font-size: 19px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

div.career p, div.career ol
{
    margin: 0 auto;
    width: 80%;
}

div.career div.row-fluid div.span6 p, div.career div.row-fluid div.span6 ul li, div.career div.row-fluid div.span6 ol li 
{
    font-family: 'univers_light_condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    padding: 10px;
    text-align: justify;    
}

.ui-widget 
{
    font-family: Arial,sans-serif;
    font-size: 12px !important;
}

.ui-widget-header 
{
    border: none !important;
    background: #631932 !important;
    color: #ffffff;
    font-weight: bold;
}

.form-horizontal .control-group 
{
    margin-bottom: 5px !important;
}

.form-horizontal .controls
{
    margin-left: 110px;
}

.form-horizontal .control-label 
{
    width: 95px;
}

input[type="radio"], input[type="checkbox"] 
{
    margin: 0px 0 0;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline 
{
    margin-left: 5px;
}

.dropdown-menu 
{
    border-radius: 0px;
    margin-top: -13px;
}

img#carrera_img
{
   /* width: 95% !important;*/
}

div#form_modal
{
    background: transparent !important;
    border: none;
    box-shadow: none;
}

div#validatemodal
{
    z-index: 9999999999999;
}

div.modal-backdrop
{
    background-color: #eeeeee !important;
}

ul.payment-forms
{
    text-align: left !important;
    display: inline-block;
    width: 80%;
}

ul.payment-forms li
{
    font-family: 'univers_condensedmedium', sans-serif;
    font-size: 19px;
    font-weight: 500;
    padding: 10px;
}
/*************** RESPONSIVE *******************/
@media (max-width: 1290px) 
{
    div.float-form
    {
        left: 40px;
        top: 100px;
    }
}

@media (max-width: 1200px) 
{
    footer p 
    {
        font-size: 10px;
    }
    
    header ul.menu li.main-label a
    {
        font-size: 16px;
        padding-right: 5px; 
        padding-left: 5px;
    }
    
    header ul.menu li.main-label div.dropdown ul.dropdown-menu li a
    {
        font-size: 16px;
    }
    
    section.prefooter table.prefooter_table_phones tr td:first-child
    {
        font-size: 14px !important;
    }
    
    section.prefooter table.prefooter_table_phones tr td
    {
        font-size: 14px !important;
    }
    
    section.prefooter table.prefooter_table_phones tr td img
    {
        width: 150px;
        margin-bottom: 5px;
    }
    
    div.float-form
    {
        left: 40px;
        top: 75px;
    }

    div.ocultar_table
    {
	display: none;
    }
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
    
}

@media (max-width: 979px) 
{
    header ul.menu li.main-label a, header ul.menu li.main-label div.dropdown ul.dropdown-menu li a
    {
        font-size: 14px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    header ul.menu li.main-label div.dropdown ul.dropdown-menu li a
    {
        text-align: left; 
    }
    
    footer ul li a 
    {
        font-size: 14px;
    }
    
    header ul.menu li.main-label 
    {
      	margin-right: 0px;
      	margin-left: 0px;
    }
    
    section.prefooter table.prefooter_table tr td a 
    {	
      	font-size: 18px;
    }

    div.ocultar_table
    {
	    display: none;
    }
    
    footer p 
    {
        line-height: 14px;
        text-align: left;
    }
    
    ul.social-icons-footer
    {
        text-align: center;
    }
}


@media (max-width: 767px) 
{ 
    body 
    {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    header nav 
    {
        height: auto;    
        float: none;
    }
    
    .dropdown:hover .dropdown-menu 
    {
        margin-top: -7px;
    }
    
    img.home-img
    {
        margin-bottom: 10px;
    }
    
    header ul.menu 
    {
        float: none;
    }
    
    header ul.menu li.main-label 
    {
        width: 100%;
        text-align: center;
    }
    
    footer .span6, footer .span6 p
    {
        text-align: center;
    }
    
    section.int_content
    {
        background: white !important;
        background-image: none;
    }
    
    section.prefooter
    {
        text-align: center;
    }
    
    #phone-icon-mobile
    {
        display: block;
        padding-top: 20px;
        text-align: center;
    }
    
    #phone-icon
    {
        display: none;
    }
    
    div.float-form-inner
    {
        margin-top: 15px;
    }
    
    div.logo-cont, div.form-cont
    {
        text-align: center;
    }
    
    section.prefooter div.convenio br
    {
        display: none;
    }
    
    section.prefooter img.inscrib
    {
        margin-top: 0px !important;
    }
     
    section.prefooter div.convenio a img
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    section.prefooter table.prefooter_table, section.prefooter table.prefooter_table_phones 
    {
        width: 371px;
        display: inline-block;
    }
    
    section.prefooter table.prefooter_table_phones tr td
    {
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    section.prefooter table.prefooter_table_phones tr td:first-child
    {
        font-size: 13px !important;
        font-family: 'univers_light_condensed';
    }
    
    div.video-item img 
    {
        max-width: 250px;
        min-width: 200px;
    }
    
    footer .span6 p br
    {
        display: block;
    }
    
    header ul.menu li.main-label 
    {
        line-height: 30px;
    }
    
    .dropdown .caret
    {
        margin-top: 14px;
    }
    
    footer p 
    {
        text-align: center;
    }
    
    ul.mail-list-footer
    {
        text-align: center;
    }
}