/*													 Messages ^
--------------------------------------------------------------*/

.fotocursos{
margin: 13px -2px;
}

.bordecito{
border:solid 1px #eee;
}

.cursos{
padding: 7px;
text-align: center;
}


.input-wrap, .select-wrap {
    display: block;
    margin-bottom:15px;
    position: relative;
}

.textarea-wrap {
    position: relative;
    margin-bottom: 30px;
}

.b-message {
	position: relative;

	margin: 0 0 20px;
	padding: 11px 40px 11px 18px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.02);
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #ffffff 2%,#fbfbfb 100%);
	background: linear-gradient(to bottom,  #ffffff 2%,#fbfbfb 100%);
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	
	font-family: 'OpenSansRegular';
	color: #65686d;
	cursor: default;
}

.message-close {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 16px;    right: 20px;
	font: 12px/10px 'FontAwesome';
	cursor: pointer;
}

.message-success {
	background: #e2fccf;
	border-color: #c4f8a1;
	box-shadow: 0 1px 3px #f2ffe9;
	color: #48ad38;
}

.message-error {
	background: #fff0f0;
	border-color: #ffd2cf;
	box-shadow: 0 1px 3px #fff7f7;
	color: #d24841;
}

.message-info {
	background: #ecf7fe;
	border-color: #c6eefa;
	box-shadow: 0 1px 3px #f6fcff;
	color: #2d76bb;
}


#status {
    width: 200px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/content/home/load_triple.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

p {
    margin: 15px 0 10px;
	font-size:18px;
}

.red {color:#4d91d1;}

.materia_sensible{
	background-image:url(../img/home/materia_sensible_logo_chico.png);
    background-repeat: no-repeat;
    background-position: center left;  
	width:60px;
	height:35px; 
	padding:0px !important;
	margin-right:15px;}
	
.espacio_foto{
	background-image:url(../img/home/espacio_foto_logo_chico.png);
    background-repeat: no-repeat;
    background-position: center left;  
	width:86px;
	height:30px; 
	padding:0px !important}

.materia_sensible:hover{
	background-image:url(../img/home/materia_sensible_logo_chico_red.png) !important;
	background-repeat: no-repeat !important;
    background-position: center left;  
	width:60px;
	height:35px; 
	padding:0px !important;
	margin-right:15px;
}

.espacio_foto:hover{
	background-image:url(../img/home/espacio_foto_logo_chico_red.png) !important;
	 background-repeat: no-repeat !important;
    background-position: center left;  
	width:86px;
	height:30px; 
	padding:0px !important
}

hr.sidebar {
    margin-top: 0px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #4d91d1;
}

.autor {border: solid 1px #666; padding:20px; font-size:16px;}


.fondo_rojo {
    z-index: 10;
	font-size: 14px;
	padding: 4px 10px 2px 10px;
	font-weight: 400;
	background: #fff !important;
color: #000 !important;
	margin-bottom: 70px;
	width: 162px;
}


.item_logo img:hover {
    opacity: 1;
    filter: alphaopacity=100;
    transition: all 0.2s;
	cursor:pointer;
}



.item_logo img {
    opacity: 0.4;
    filter: alphaopacity=80;
    transition: all 0.2s;
	margin:auto;
}




.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}