@import url('copcv_responsive.css?v=2');
img{
	height: auto !important;
}

.logo {
	left: 0px !important;
	top: 8px !important;
	position: absolute;
	z-index: 1000;
}
.top {
	padding: 7px 0 0px !important;
}
.top .container {
	margin-top: 15px !important;
}

/*  */
.pricing-head p {
	color:#fafafa;
	padding:12px 0;
	font-size:25px;
	font-family:Arial;
	background:#9B873E;
	border-radius:3px 3px 0 0;
	text-shadow:0 1px 0 #32a20f;
	border-bottom:solid 1px #41b91c;
}
.pricing-head fieldset{
	color:#bac39f;
	padding:5px 0;
	font-size:18px;
	font-family:Arial;
	background:#fbfef2;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
}	

.pricing-head p {
	background:#8E2B8E;
	text-shadow:0 1px 0 #8E2B80;
	border-bottom:solid 1px #8E2B8F;
}
.pricing-head fieldset {
	color:#999;
	background:#fbfef2;
	border-bottom:solid 1px #f5f9e7;
}

.headline h3, .headline h4 {
border-bottom: 2px solid #8E2B80;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #8E2B80;

}

 /*  ESTILOS DE LOS FORMULARIOS */
 

fieldset > legend {
	background: #8E2B8E;
	text-shadow: 0 1px 0 #8E2B80;
	border-bottom: solid 1px #8E2B8F;
	color: #fafafa;
	padding: 12px 0 12px 0;
	/*font-size: 24px;*/
	font-size: 32px;
	font-family: Arial;
	float: none;
	width: 100%;
	/*padding-top: 5px;*/
	text-align: center;
	margin-bottom: 40px;
	line-height: 50px;	
}

    /*  Titulo de los formularios, es el de tipo fieldset */
    .InputfieldFieldset > label.ui-widget-header {
        background: #8E2B8E;
        text-shadow: 0 1px 0 #8E2B80;
        border-bottom: solid 1px #8E2B8F;
        color: #fafafa;
        padding: 12px 0 12px 0;
        font-size: 24px;
        font-family: Arial;
        float: none;
        width: 100%;
        padding-top: 5px;
        text-align: center;
        margin-bottom: 40px;
        line-height: 50px;
    }
    /*  Fondo del formulario */
    .Inputfields  {
        color: #999;
        background: #fbfef2;
        border-bottom: solid 1px #f5f9e7;
    }

    /*  Etiquetas de los input */
    label.ui-widget-header{
        /*float: left;*/
        /*text-align: right;*/
        padding-right: 20px;
        padding-left: 16px;
/*width: 160px;*/
    }
   


/*  iconos color psico */
[class^="icon-"], [class*=" icon-"] {
    color: #8E2B80;
}
/*  iconos color psico */
[class^="fa-"], [class*=" fa-"] {
	color: #8E2B80;
}

/*  color amarillo para hero */
.hero {
    background: #F9FAE7;
}

/*  5 clumnas del mismo ancho */
.equal .span2 {
    width: 14%;
    margin-bottom: 30px;
	min-height: 210px;
}

/*  noticias y busqueda de noticias */
.margin-bottom-0{
	margin-bottom:0px;
}
.margin-top-0{
	margin-top:0px;
}
div .blog{
	clear:both;
	padding-top:10px;
}
div .blog h4{
	margin-bottom:5px;
}
.blog .blog-img{
	margin:5px 0px !important;
}
.blog .blog-img img{
	border: 1px solid #eee;
	float:left;
	margin-right:10px;
	width:200px;
}
.blog ul.blog-info {
    margin-bottom: 5px !important;
	padding-top:2px !important;
}
div .blog-dcha {
    padding-top:0 !important;
}
.blog-dcha ul.blog-info {
    border-top:none !important;
    padding-top:0 !important;
    margin-bottom:0 !important;
}
.blog-dcha ul.blog-tags {
    border-bottom:none !important;
	margin:0 !important;
	padding:0 !important;
}
.blog-twitter ul, .blog-twitter li{
	margin:0 !important;
	padding:0 !important;
}
.blog-info{
	margin: 0px !important;
}
.blog-info li{
	margin: 0 !important;
	padding: 3px !important;
}
.blog-dcha ul.blog-tags li i {
    color:#666666;
    font-size:12px;
}
blockquote .fechanoticia {
	font-size:12px;
}
blockquote .tiponoticia {
    color: #999999 !important;
	font-size:12px;
	margin-left:5px;
}




/* SWITCH */


.switch {
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    min-width: 100px;
}

.switch span {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 20px;
    padding: 4px 0;
    text-align: center;
    width: 33%;

    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.switch > div {
    position: relative;
    width: 150%;
}

.switch .knob {
    background: red;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #f5f5f5;
    width: 34%;
    z-index: 100;
}

.switch .switch-on {
    left: 0%;
}

.switch .switch-off {
    left: -50%
}

.switch .swtich-left, .switch .switch-right {
    z-index: 1;
}

.switch .switch-left {
    color: #fff;
    background: #005fcc;
}

.switch .switch-right {
    color: #333;
    background: #f0f0f0;
}

.switch-animate {
    transition: left 0.5s;
    -o-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -webkit-transition: left 0.5s;
}

/* Bootstrap Themed */
.switch {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.switch .knob {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.switch .switch-left {
    background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
    background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
    background-image: -o-linear-gradient(top, #0044cc, #0088cc);
    background-image: linear-gradient(to bottom, #0044cc, #0088cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
    border-color: #0088cc #0088cc #005580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0088cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.switch .switch-right {
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
    background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
    background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
    border-color: #ffffff #ffffff #d9d9d9;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ffffff;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* Comunicate */
.video_youtube{
	width: 270px;
}
.social-icons img:hover{
	opacity: 1;
}
.social-icons img{
	border-radius: 50% 50% 50% 50%;
	opacity: 0.9;
	width: 17%; /*50px*/
}
/* Fin Comunicate */

.table thead{
    background-color: #8E2B8E;
    color: #FFF;
}

/* Notificacion (usada en el calendario de eventos/citas) */
div.notificacion{
    padding:10px 10px 10px 35px;
    text-align:left;
    background:url(./../img/warning.gif) no-repeat;
    background-position:10px 10px;
    background-color:#ffffce;
    border-radius:5px;
    border:1px solid #CCCCCC;
    margin-bottom:5px;
}
.boton_adjunto{
	background-color: #EEEEFF;
	border: 1px solid #AAAAFF;
	border-radius: 4px 4px 4px 4px !important;
	color: #6666CC;
	cursor: pointer;
	display: block;
	margin-bottom: 5px;
	padding: 0 5px;
	text-align: center;
	width: 140px;
	opacity: 0.5;
}
.boton_adjunto:hover{
	opacity: 1;
}


/* FORMULARIOS */
.ui-button {
    color: #fff;
    background-color: #04c;
    height:40px; 
    width:100px; 
    margin: -20px -50px; 
    position:relative;
    top:50%; 
    left:50%;
    margin-top: 5px;
    margin-bottom: 2px;
}

textarea {
    width: 66%;
    

}


.Inputfield_acepto_las_condiciones > label ,.Inputfield_confirmar > label  {
    color: transparent;
}

.Inputfield_acepto_las_condiciones p ,.Inputfield_confirmar p {
    padding: 30px;
}
.Inputfield_acepto_las_condiciones label , .Inputfield_confirmar label {
    margin-left: 30px;
}


.form-horizontal .control-label {
float: left;
width: 210px;
padding-top: 5px;
text-align: right;
}

.blog-page ul, .blog-page li span{
	color: #777777;
	font-size: 12px;
}

#busqueda {
    position: absolute;
    top: 120px;
    right: 0px;
}

.who li {
	text-align: left;
}
.footer p{
	text-align: left;
}




/*pagination*/

.pagination ul li a.ng-binding {
color: #0088cc;
text-decoration: none;
}
.pagination  ul li.disabled a.ng-binding {
color: #cccccc;
text-decoration: none;
}

.pagination ul>.disabled>a, .pagination ul>.disabled>span {
color: #999999;
cursor: default;
}

.pagination ul>li>a, .pagination ul>li>span {
float: left;
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
border-left-width: 0;
}


/*.search-open {
position: absolute;
left: -100px;
top:10px;
z-index:1000;
}*/

.bloque1, .bloque2{
	margin-left:0px !important;
	width: 33% !important;
	float: left !important;
}

div#passwordDescription
{
	font-size:8px !important;
	/*margin-top:-5px;*/
	margin-top:5px;
}
div#passwordStrength
{
	height:5px;
	display:block;
	/*float:left;*/
	margin-bottom:5px;
}

div#passwordStrength.strength0
{
	width:30px;
	background:#cccccc;
}

div#passwordStrength.strength1
{
	width:60px;
	background:#ff0000;
}

div#passwordStrength.strength2
{
	width:90px;
	background:yellow;
}

div#passwordStrength.strength3
{
	width:120px;
	background:#56e500;
}

div#passwordStrength.strength4
{
	background:#4dcd00;
	width:150px;
}

div#passwordStrength.strength5
{
	background:#399800;
	width:190px;
}

div#passwordStrength.strength6
{
	background:#336600;
	width:210px;
}

.servive-block .span3 {
	background: none repeat scroll 0 0 #eee;
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 5px 15px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	border: 1px solid #ccc;
	height: 180px;
	overflow: hidden;
}
.servive-block a.span3{
	text-decoration: none !important;
}
.servive-block .span3 h5{
	font-weight:bold !important;
}
.servive-block .span3 p{
	font-size:11px;
}

blockquote p{
	line-height:1.6 !important;
	font-size: 13px !important;
	margin-bottom:0px !important;
}
















.calendar-box {
  background-color: #8E2B8E;
  padding: 8px 15px;
  text-align: center;
  color: #fff;
  border-radius: 5px !important;
  line-height: 20px;
}

.calendar-box span {
  color: #fff;
}

.calendar-box .dia {
  font-size: 24px;
  display: block;
}

.texto-sobre-imagen {
  color: #fff;
  font-weight: bold;
  background-color: rgba(68, 68, 68, 0.85);
	font-family: 'Open Sans', sans-serif;
	/* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99444444, endColorstr=#99444444);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99444444, endColorstr=#99444444)";
  position: absolute;
  bottom: 0;
	left:0;
	right:0;
  padding: 8px;
}

.fecha-sobre-imagen {
 position: absolute;
	z-index: auto;
	top: 15px;
 right: 20px;
 line-height: 36px;
 font-weight: bold;
 padding: 5px 25px;
}

.fecha-sobre-imagen .dia {
  font-size: 32px;
}

.fecha-sobre-imagen .mes {
  font-size: 22px;
}
.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}

.panel-cop > .panel-heading{color:#ffffff;background-color:#434343;border-color:#434343;border-top-left-radius:5px;border-top-right-radius:5px;padding:10px 15px;position:absolute;top:0;right:0;left:0;}
.panel-cop > .panel-heading + .panel-collapse .panel-body{border-top-color:#434343}
.panel-cop > .panel-footer + .panel-collapse .panel-body{border-bottom-color:#434343}
.panel-cop, .panel-cop > .panel-body{background-color:#ededed;background-image:no-repeat;background-size:100%;min-height:160px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}

.panel-cop{border:0;}
.panel-cop a{color:#434343}
.panel-cop a.list-group-item, .panel-cop .list-group-item, .list-group .list-group-item.tab{font-family:'Roboto Slab', serif;font-weight:bold}
.panel-cop a.list-group-item.active, .panel-cop a.list-group-item.active:hover, .panel-cop a.list-group-item.active:focus, .panel-cop .list-group-item.active, .panel-cop .list-group-item.active:hover, .panel-cop .list-group-item.active:focus{background-color:#ededed;border-color:#ededed;color:#434343}

.panel-cop a.list-group-item:hover, .panel-cop a.list-group-item:focus{background-color:#ededed}

.panel-cop-fecha > .panel-heading{border-radius:0}

.panel-cop-fecha .panel-title{color:#fff}

.panel-cop-fecha > .panel-body{min-height:0px;background-color:#fff;border-radius:0;border:1px solid #aaa}

.panel-cop-fecha a{color:#E37D0D;font-weight:bold;font-family:'Roboto Slab', serif}

.panel-cop-formacion, .panel-cop-formacion > .panel-body{min-height:260px;}


.panel-cop-verde > .panel-heading{color:#ffffff;background-color:#028a8a;border-color:#028a8a}

.panel-cop-verde > .panel-heading h4 a{font-weight:bold;font-family:'Roboto Slab', serif}

.panel-cop-verde-2 > .panel-heading{color:#ffffff;background-color:#23b8b8;border-color:#028a8a}
.panel-cop-verde-2 > .panel-heading h4 a{font-weight:bold;font-family:'Roboto Slab', serif}

.modal {z-index:1199999050!important;width:80%;left:40%;max-width:900px;}
.modal-backdrop{z-index:11040!important;}
@media (max-width: 767px) {
	.modal{left:10%}
}
.modal-body {
	max-height: 65vh;
}

.circulo-numeros {
	font-weight: bold;
	border: 2px solid;
	height: 20px;
	width: 20px;
	display: inline-block;
	border-radius: 12px !important;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

