

/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    color: #002960;
    /* outline: thin dotted; */
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:active,
a:hover {
    color: #999999;
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

a {
    color: #002960;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 30px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    height: 13px; /* 3 */
    width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==========================================================================
   TERMINA LIBRERIA NORMALIZE
========================================================================== */



/* ==========================================================================
   ESTILOS APLICACIONES UTP
========================================================================== */
/* 
    Document   : ESTILOS APLICACIONES UTP
    Created on : 10/02/2012, 04:42:29 PM
    Author     : Wilmandx
*/

/********************************Estilos globales********************************/
/*body{
	line-height:1;
	font:84%/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
	color:#BBB;
	background-color:#E0E0E0;
	text-align:left;
	margin:0;
	padding:0;
}*/

address{
  display:inline-block;
  font-style:normal;
}

a{text-decoration:none;color:#003772;}
a:active{color:#003772;}
a:hover,a:focus{text-decoration:underline;}
img a{border:0;background-image:none;}

label { 
  color:#333333;
}

button{
  margin:0px;
}


input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date]{
  position:relative;
  margin:0px;
  padding:0px 0px 0px 2px;
  color:#000000;  
  outline:none;
    /*border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;*/
  /*border:0px;*/
    border-top:1px solid #c0c0c0;
  border-left:1px solid #d9d9d9;
  border-right:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
  height:20px;  
}

input[type=checkbox]{
  padding:0px 0px 0px 2px;
  color:#000000;  
  height:20px;  
}

input:hover[type=text],
input:hover[type=email],
input:hover[type=tel],
input:hover[type=number],
input:hover[type=date]{
    background-color: #FFFFDF;
}

input:focus[type=text],
input:focus[type=email],
input:focus[type=tel],
input:focus[type=number],
input:focus[type=date]{
    box-shadow: 0 0 1px #0000ff;
    -webkit-box-shadow: 0 0 1px #0000ff;
    -moz-box-shadow: 0 0 1px #0000ff;
    border:1px solid #0000ff;
}

select{
  position:relative;
  margin:0px;
  padding:0px 0px 0px 0px;
  color:#000;   
  border-width:1px;
  outline:none;    
    /*border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;*/
    border-top:1px solid #c0c0c0;
  border-left:1px solid #d9d9d9;
  border-right:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
  /*width:100%;*/ 
  height:22px;
}

select:focus {
    box-shadow: 0 0 1px #0000ff;
    -webkit-box-shadow: 0 0 1px #0000ff;
    -moz-box-shadow: 0 0 1px #0000ff;
    border:1px solid #0000ff;
}

fieldset{
  position:relative;
  /*width:100%; */
  padding: 5px 0px 5px 0px;
  margin:0px;
  /*float:left;*/
  border:thin solid #d9d9d9;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

legend {
  position:relative;
  padding:2px 2px 2px 2px;
  font-size:1em;
  text-align:left;
  font-weight:bold;
  color:#003772;
  margin: 0px 0px 0px 10px;
}


checkbox:focus{
  box-shadow: 0 0 5px #0000ff;
  -webkit-box-shadow: 0 0 5px #0000ff;
  -moz-box-shadow: 0 0 5px #0000ff;
  border:1px solid #0000ff;
}


/* Si usan esto ultimo no validara, porque aun no lo han estanderizado
   pero funciona a la perfección - salvo con IE (la oveja negra) */

textarea{
  position:relative;
  margin:0px;
  padding:0px 0px 0px 2px;
  color:#000000;  
  outline:none;
    /*border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;*/
    border-top:1px solid #c0c0c0;
  border-left:1px solid #d9d9d9;
  border-right:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
  /*width:99%;*/
  font-family:'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
  font-size:1em;
}

textarea:focus{
  box-shadow: 0 0 1px #0000ff;
    -webkit-box-shadow: 0 0 1px #0000ff;
    -moz-box-shadow: 0 0 1px #0000ff;
    border:1px solid #0000ff;
}

/* ==========================================================================
   Estilos para las tablas de una aplicación
   ========================================================================== */
table.utp-app-table{
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    /*border-right: 1px solid #CCC;*/
	border-spacing: 0;/*Para quitar todos los bordes internos***/
}

table.utp-app-table th{
    /*background-image:url(imagenes/bgbtn2.png);*/
    background-repeat:repeat-x;
    color: white;
    font-weight:bold;
    text-align: center;
	height: 25px;
	/*border-right:1px solid #003772;*/
}

table.utp-app-table tbody td {
	height: 20px;
	padding-left: 3px;
	color:#333333;
	border-right: 1px solid #CCCCCC;
}

table.utp-app-table tr.fila0 { background-color:#ffffff;	}
table.utp-app-table tr.fila1 { background-color:#eeeeee;	}

table.utp-app-table tbody tr:nth-child(odd){ background: #ffffff;} /* color claro para las filas impares */
table.utp-app-table tbody tr:nth-child(even){ background: #eeeeee;} /* color oscuro para las filas pares */


table.utp-app-table tbody tr:hover { background:#FFFFE0; }


table.utp-jquery-table{
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    /*border-right: 1px solid #CCC;*/
	border-spacing: 0;/*Para quitar todos los bordes internos***/
}

table.utp-jquery-table tbody td {
	height: 20px;
	padding-left: 3px;
	color:#333333;
	border-right: 1px solid #CCCCCC;
}

table.utp-jquery-table tr.odd { background-color:#ffffff;	}
table.utp-jquery-table tr.even { background-color:#eeeeee;	}

table.utp-jquery-table tr.row_selected { background-color:#81BEF7;	}

table.utp-jquery-table tbody tr:hover { background:#FFFFE0; }

/* ==========================================================================
   Tables
   ========================================================================== */


/**************************HEADER Y FOOTER************************************************/

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  /*font:84%/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;*/
  margin-bottom: 3em;
  line-height: 1.4;
  background-image: url(http://media2.utp.edu.co/img/optimized/background.png);
  color:#BBB;
  text-align:left;
}

.container_24{margin-left:auto;margin-right:auto;width:960px}
.grid_3,.grid_5,.grid_6,.grid_14,.grid_18,.grid_20,.grid_22,.grid_24,.grid_menu{display:inline;float:left;position:relative;margin-left:5px;margin-right:5px}
.alpha{margin-left:0}
.omega{margin-right:0}
.container_24 .grid_3{width:110px}
.container_24 .grid_5{width:190px}
.container_24 .grid_6{width:300px}
.container_24 .grid_18{width:710px}
.container_24 .grid_20{width:790px}
.container_24 .grid_22{width:870px}
.container_24 .grid_24{width:950px}
.container_24 .prefix_1{padding-left:40px}
.container_24 .push_1{left:40px}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clear10{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:10px}
.grid_24{padding:0 5px;margin:0;}

#utp-contenedor{
  margin:0px auto;
  padding:0px;
  background-color:#fff;
  max-width: 1024px;
  -webkit-box-shadow: -8px -4px 30px rgba(133, 141, 148, 0.66),8px -4px 30px rgba(133, 141, 148, 0.66);
  box-shadow: -8px -4px 30px rgba(133, 141, 148, 0.66),8px -4px 30px rgba(133, 141, 148, 0.66);
}

#utp-cabecera{
  background-image: url(http://media2.utp.edu.co/img/optimized/banners/banners_institucional.jpg);
  height: 140px;
}

#utp-cabecera-new{
    background-image: url(http://app4.utp.edu.co/pe/interfaceutp/img/banners_institucional.jpg);
    height: 140px;
  }

#utp-escudo img{
    margin: 16px 0 0 15px;
    border: none
}

#utp-50 { 
    margin-right:11px;
    float: right; 
    padding-top: 8px;
}

#utp-50 img {
    margin: 0 0 0 0;
    border: none;
    width: 201px !important;
}

#utp-titulo-pagina{
  color: #f7f7f7;
  font-size: 2.3em;
  text-shadow: 1px 2px 4px #133149;
  font-weight: normal;
  text-align:right;
  margin-right: 16px;
  margin-top: 10px;
  float: right;
}

#utp-titulo-pagina-new{
    color: #f7f7f7;
    font-size: 2.3em;
    text-shadow: 1px 2px 4px #133149;
    font-weight: normal;
    text-align:left;
    margin-right: 16px;
    margin-top: 10px;
    float: right;
  }

.titulo_pagina h1 {
  color: #f7f7f7;
  font-size: 2.3em;
  text-shadow: 1px 2px 4px #133149;
  margin-top: 0.333em;
  font-weight: normal;
}



/**Menu de opciones horizontales ***********************/
#utp-menu{
  line-height: 30px;/**Espaciado de linea entre textos*/
  background-image: url(http://app4.utp.edu.co/herramientas/imagenes/franja_azul.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 31px;
  color: #fff;
}

#utp-menu-texto{
	color:#FFF;
	text-align:left;
	max-height:31px;
	margin-left: 15px;
	border:0px;
  width:800px;
  float:left;
  list-style: none;
}

#utp-menu-texto ul{
  font-size: 0.89em;
  margin-top: 0;
  margin-bottom: 10px;
}

#utp-menu-texto ul li{
  padding: 0 0;
margin-left: -0.2em;
display: inline-block;
}

#utp-menu ul li a{
  color: #fff;
  -ms-border-radius-topleft: 3px;
  -ms-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

#utp-menu li a:hover{
  background-color: #F2F2F2;
  border-left: 5px solid #F2F2F2;
  border-right: 5px solid #F2F2F2;
  border-top: 9px solid #F2F2F2;
  border-bottom: 13px solid #F2F2F2;
  color: #002960;
  text-decoration: none;
}

.utp-menu-hor-selected{
  background-color: #F2F2F2;
  border-left: 5px solid #F2F2F2;
  border-right: 5px solid #F2F2F2;
  border-top: 9px solid #F2F2F2;
  border-bottom: 13px solid #F2F2F2;
  color: #333333 !important;
  text-decoration: none;
}

#utp-menu-texto ul li:before {
padding: 0 0.3em;
font-size: 1.45em;
content: "|";
}

#utp-menu-salir{
	color:#FFF;
	text-align:right;
	margin-right: 5px;
  width:200px;
  float:right;
	height:31px;
}

#utp-menu-salir label{
  color:#FFF;
}


#utp-menu-salir select{
	font-size:0.8em;
	border: 1px solid #fcfcfc;
	height:18px;
}

#utp-menu-salir a{
  color:#FF0;
  text-decoration:none
}

#utp-menu-salir a:hover{
  text-decoration:underline
}

/**********************************************************************/
#utp-navegacion{
	color:#003772;
	font-size:1.0em;
	line-height:30px;
	height:30px;
	background:#F7F7F5 url(http://media2.utp.edu.co/institucional/img/top.png) repeat-x left top;
}

#utp-navegacion-texto{
    margin-left: 15px;
    width: 470px;
    float:left;
}

#utp-navegacion-opciones{
  margin-right: 5px;
  text-align:right;
  width: 440px;
  float:right;
}

#utp-navegacion-opciones a{
	color:#8B0000;
	text-decoration:none;
}

#utp-navegacion-opciones a:hover{
	text-decoration:underline;
}

#utp-contenido{
	background-color:#FFF;
	color:#000;
  z-index:1;
}


#utp-pie{
  text-align: right;
  color: #b5b5b5;
  font-size: 0.8em;
  padding-right: 2em;
  padding-top: 1em;
  line-height: 1.4em;
  padding-bottom: 1em;
  -webkit-box-shadow: -8px 15px 30px rgba(133, 141, 148, 0.66);
  background-color: #F2F2F2;
}

#utp-pie address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
#utp-pie a:visited {
  color: #2081BF;
}
#utp-pie a:visited {
  color: #2081BF;
}
/*******************************FIN HEADER O FOOTER***********************************************/

#utp-content-cont{z-index:1;}
.utp-round-top{
	-ms-border-radius-topleft:3px;
	-ms-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

.utp-round-bottom{
	-ms-border-radius-bottomleft:3px;
	-ms-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
}

#utp-pie-info{padding-top:38px;text-shadow:2px 2px #000000;text-align:right;}
.grid_14{width:100% ;min-width:470px !important;max-width:670px !important;}
#utp-content-cont .grid_6,#utp-content-cont .grid_7{width:200px; }
#utp-contenido .grid_6,#utp-contenido .grid_5,#utp-contenido .grid_4,#utp-contenido .grid_7{ width:200px }


/*************************Estilos para los menus verticales a la izquierda de la pagina*/
#utp-app-menu{
  margin-top: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 5px;
  width: 170px;
  float:left;
}


#utp-app-menu ul {
    padding: 0;
}

.utp-menu-nav-titulo {
    font-weight: bold;
  border-bottom: 1px solid #610800;
    color: #003772;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.utp-menu-nav-titulo:hover {
    cursor: pointer; cursor: hand;
}

#utp-app-menu li {
    border-bottom: 1px solid #F3F3F3;
    margin-top: 8px;
  list-style: square outside none;
  margin-left: 30px;
  list-style-image: url("imagenes/page_link.png");
}

#utp-app-menu ul {
list-style-image: url("imagenes/page_link.png");
margin-bottom: 10px;
}

.utp-app-menu-active{
  color: #003772;
  font-weight: bold;
}

/****************************Fin estilos para los menus verticales a la izquierda de la pagina*/


/*************************Estilos para los menus horizontales en el top de la pagina*/
#utp-menu-hor{background-color:#003772}
#utp-menu-hor{color:#FFF;text-align:left;}
#utp-menu-hor a{color:#FFF;}
#utp-menu-hor ul,#utp-menu-top dl{text-align:left;}
#utp-menu-hor ul{margin-top: 3px;}
#utp-menu-hor ul li{display:inline;margin:0;padding:0}
#utp-menu-hor li:hover{color:#000000;}
#utp-menu-hor h2 a{font-weight:normal;}
#utp-menu-hor ul li{margin-right:0px;}
#utp-menu-hor ul li a{color:#fff;padding:3px 5px 8px 5px;}
#utp-menu-hor ul li a:hover{color:#003772;margin:0;padding:3px 5px 5px 5px;}


#utp-menu-hor ul li a.utp-round-top:hover, .utp-menu-top-visit {
    background-color: #FFFFFF;
    border-left: 1px solid #9A9A9A;
    border-right: 1px solid #9A9A9A;
    border-top: 1px solid #9A9A9A;
    color: #002960;
    text-decoration: none;
}

/****************************Fin estilos para los menus horizontales a la izquierda de la pagina*/


/**Boton de ayuda ***/
.help {
	 background:url(imagenes/help.png) no-repeat center;
	 display: block;
	 height: 20px;
	 width: 25px;
	 float:right;
	 margin-left:7px;
	 cursor:pointer
}

.icon-add{
    background:url('imagenes/add.png') no-repeat;
}

.icon-delete{
    background:url('imagenes/delete.png') no-repeat;
}

.icon-save{
    background:url('imagenes/save.png') no-repeat;
}
.icon-warning{
    background:url('imagenes/warning.png') no-repeat;
}

.icon-alert {
   background:url(imagenes/warning.png) no-repeat center;
   height: 15px;
   width: 20px;
   display:inline-block;
   cursor:pointer
}



/*****************************Estilos para el contenedor principal ***********************************************/

 #utp-app-content{
   float: left;
   width: 820px;
   display:inline;
   position:relative;
   padding: 5px 5px 5px 5px;
   /*background-color:#f0f0f0;*/
   background-color:#ffffff;
   /*margin-top: 5px;*/
}
#utp-app-content-complete{
   width: 1010px;
   display:block;
   position:relative;
   padding: 5px 5px 5px 5px;
   /*background-color:#f0f0f0;*/
   background-color:#ffffff;
   /*margin-top: 5px;*/
}
/*****************************************************************************************************************/


/****************************************Estilos para componenetes formularios de diseñador **********************/

abbr.required{
	color:#FF0000;
    margin-right: 2px;
}

label.error, label.error {width:270px; color: red;font-style: italic; clear: both;}


.bloque
{
    width:100%; 
    clear: both;
    display: inline-block;
}

/*form { width:100%; clear: both;}*/
p.alerta{border:1px solid gold;width:500px;margin:10px auto;padding:10px;text-align:center;font-family:Arial;font-size:12px}
div.error { display: none; }



:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}


#ex1 {
	background-image:url(imagenes/objetos.png),url(imagenes/fondofs.png);
	background-repeat:no-repeat,repeat-x ;
	background-color:#f6f6f6;
}

/*Titulos de formularios o secciones**/
#utp-contenido {
    color: #003772;
    font-size: 1em;
    margin-bottom: 15px;
}

#utp-contenido .h3 {
    border-bottom: 1px solid #610800;
    color: #003772;
    font-size: 1.1em;
    margin-bottom: 15px;
}



/******************ESTILOS VARIOS*************************************************************/
.modulo_title {
	border-bottom: 1px solid #610800;
    color: #003772;
    font-size: 1.2em;
    margin-bottom: 15px;
	font-weight: bold;
}

.divleft{
	width:49%; 
	float:left;
}

.divright{
	width:49%;
	float:right;
}


.divadapter{
	overflow:hidden; 
	display:block; 
	padding: 3px 10px 3px 5px;
	margin-bottom:0px;
	/*height:22px;*/
}

.divadapter input[type=text],
.divadapter input[type=email],
.divadapter input[type=tel],
.divadapter input[type=number],
.divadapter input[type=date],
.divadapter select,
.divadapter textarea{
    width:100%;
}

.divseparador{
    display:inline-block; 
    width:100%;
}


/*Este estilo va local*/
/*.form1line label{  
  width:170px !important;
  text-align:right !important;
}*/
/*----------*/

/*****************recordar que el label y el compoente este cerrado por un div separador*************/
/**FORMULARIO A 1 LINEA ES DECIR LABEL SEGUIDO DEL COMPONENTE CON UN 30% PARA EL LABEL
*   Y UN 70% PARA EL RESTO
*****************************************************************************************************/

.form1line label{
	display: inline-block;
	text-align:right;
	padding: 3px 0px;
	width:29%;
    vertical-align: top;
}

.form1line input[type=text],
.form1line input[type=email],
.form1line input[type=tel],
.form1line input[type=number],
.form1line input[type=date],
.form1line select,
.form1line textarea{
    width:69%;
    display: inline-block;
    overflow:hidden; 
}
.form1line fieldset{
    width:98%;
    display: block;
}

.form1line .divadapter{
    width:65%;
    display: inline-block;
}

.form1line .divadapter input[type=text],
.form1line .divadapter input[type=email],
.form1line .divadapter input[type=tel],
.form1line .divadapter input[type=number],
.form1line .divadapter input[type=date],
.form1line .divadapter select,
.form1line .divadapter textarea{
    width:100%;
    display: inline-block;
    overflow:hidden; 
}


/********************************recordar que el label y el compoente este cerrado por un div separador**/
/**FORMULARIO A 1 LINEA ES DECIR LABEL SEGUIDO DEL COMPONENTE CON UN 15% PARA EL LABEL
*   Y UN 85% PARA EL RESTO
*********************************************************************************************************/

.form1line15 label{
    display: inline-block;
    text-align:right;
    padding: 3px 5px 3px 5px;
    width:14%;
    vertical-align: top;
}

.form1line15
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
select,
textarea{
    width:83%;
    display: inline-block;
}
.form1line15 fieldset{
    width:98%;
    display: block;
}


.form1line15 .divadapter{
    width:79%;
    display: inline-block;
}

.form1line15 .divadapter input[type=text],
.form1line15 .divadapter input[type=email],
.form1line15 .divadapter input[type=tel],
.form1line15 .divadapter input[type=number],
.form1line15 .divadapter input[type=date],
.form1line15 .divadapter select,
.form1line15 .divadapter textarea{
    width:100%;
    display: inline-block;
    overflow:hidden; 
}

/********************FORMULARIO A 2 LINEAS ES DECIR LABEL POR LINEA Y EN LA OTRA LIENA EL COMPONENTE********************
/********************recordar usar el div que flote y que tenga posicion relative**************************************/

.form2line label{
    display: inline-block;
    width: 100%;
    padding: 3px 0px 0px 2px;
    margin-bottom:0px;
    text-align:left;
}

.form2line input[type=text],
.form2line input[type=email],
.form2line input[type=tel],
.form2line input[type=number],
.form2line input[type=date],
.form2line select,
.form2line textarea{
    width:100%;
    display: inline-block;
}
.form2line fieldset{
    width:100%;
    display: block;
}

/************************************************************************************************************************/


.en-linea input,
.en-linea select,
.en-linea textarea,
.en-linea label{
    display: inline;
}

.labelhint{
	color:#999999;
	font-size:0.8em;
	font-weight:normal;
}

.title_info{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom:5px;
}
.title_info span{
	display:block;
	width:100%;
	font-weight:bold;
}


.padding_20{
	padding-right:20px;
	position:relative;
	float:left;
	width:100%;
}

.padding_5{
    padding:5px; 
}


#mensaje{width:500px; text-align:center; color:#09F;}

.center{
    text-align:center;
}


.boton{
	font-weight:bold;
	border-color:#66d7ef;
	float:none;
	padding-left:17px; padding-right:17px; margin:5px 0 5px 0px;
	color:#fff;
	width:auto;
	background:url(imagenes/bgbtn2.png);
	background-repeat:repeat-x;
	background-color:#0b3669;
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(4,172,228,0)), to(rgba(7,84,150,0)));
	background: -moz-linear-gradient(top, rgba(4,172,228,100), rgba(7,84,150,100));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorstr='#04ace4', EndColorstr='#065c9d');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorstr='#04ace4', EndColorstr='#065c9d');
	background: -o-linear-gradient(top, #04ace4 , #065c9d);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(7,84,150,100)), to(rgba(4,172,228,100)));
	*/
}

.boton:hover{
	color:#fff;
	background:url(imagenes/bgbtn1.PNG);
	background-repeat:repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(7,84,150,100)), to(rgba(4,172,228,100)));
	background: -moz-linear-gradient(top, rgba(7,84,150,100), rgba(4,172,228,100));
	background: -o-linear-gradient(top, rgba(7,84,150,100), rgba(4,172,228,100));
	background-color:#0099CC;
	/*
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(7,84,150,100)), to(rgba(4,172,228,100)));
	background: -moz-linear-gradient(top, rgba(7,84,150,100), rgba(4,172,228,100));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorstr='#065c9d', EndColorstr='#04ace4');
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorstr='#065c9d', EndColorstr='#04ace4');
	background: -o-linear-gradient(top, #065c9d , #04ace4);*/

	/*sombras*/
	box-shadow: 0 0 10px rgba(0, 70, 70, 1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
}

.ui-state-success, .ui-widget-content .ui-state-success, .ui-widget-header .ui-state-success  {border: 1px solid #006699; background: #9FBFD6 url(images/ui-bg_inset-soft_55_f8da4e_1x100.png) 50% bottom repeat-x; color: #000000; }
.ui-state-success a, .ui-widget-content .ui-state-success a,.ui-widget-header .ui-state-success a { color: #000000; }

/******************************************************/


/**********************************ESTILOS PARA LAS TABLAS CON JQUERY UI **/

.dataTables_length {
    float: left;
    width: 60%;
    color:#FFFFFF;
    font-weight:normal;
}

.dataTables_length label{
    color:#FFFFFF;
    font-weight:normal !important;
}

.dataTables_length select{
	width: 50px;
}

.dataTables_filter {
    float: right;
    text-align: right;
    width: 40%;
    color:#FFFFFF;
    font-weight:normal;
}

.dataTables_filter label{
    color:#FFFFFF;
    font-weight:normal !important;
}

.dataTables_filter input{
    width: 50%;
}

.dataTables_wrapper .ui-toolbar {
    padding: 2px;
}

.dataTables_info {
    float: left;
    width: 50%;
    color:#FFFFFF;
    font-weight:normal;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    color:#FFFFFF;
    font-weight:normal;
}

div.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
}

.paging_full_numbers .ui-button {
    cursor: pointer;
    margin: 0;
    padding: 0px 5px 0px 5px;
    font-weight:normal !important;
}

table.utp-jquery-table thead th {
    cursor: pointer;
    padding: 4px 0 4px 10px;
}

table.utp-jquery-table thead th div.DataTables_sort_wrapper span {
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
}

table.utp-jquery-table thead th div.DataTables_sort_wrapper {
    padding-right: 20px;
    position: relative;
}

/*.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 0.7;
}*/

/*****************************************************************************************/


/**HTML5 ESTILOS VALIDACION**/
/*input:required:invalid {
border:1px solid #FF7777 !important; background:#FFDDDD !important;}************/

.showRequired{
border:1px solid #FF7777 !important; background:#FFDDDD !important;
}

.inline {
	display:inline;
}

input[type="checkbox"].showRequired, input[type="radio"].showRequired{
    outline: 1px solid #1e5180 !important;
}
/******FIN ESTILOS HTML5 VALIDADORES*******************************************/

/*****ESTILOS IMPUT LOGIN*******************************************/
.input{
    line-height: 28px;
    border: 2px solid;
    padding: .2rem 0;
    background-color: transparent;
    color: #0d0c22;
    transition: .3s cubic-bezier(0.645, 0.045, 0.355,1);
}

input:focus input:hover {
    outline: none;
    padding: .2rem 1rem;
    border-radius: 1rem;
    border-color: #2173d7;
}

input::placeholder{
    color:rgb(201, 201, 201);
    font-size: 12px;;
}

.input:focus::placeholder{
    opacity: 0;
    transition: opacity .3s;
}

.pagina_contenido {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 1024px;
}