/* Alexis Torres Style */

.clear{
	clear:both;
}

*
{
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

a{
	color:#000;
}

body{
	background: #EAEAEA;
	color: #000;
}

body, th, td, p{
	font: normal 12px Verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;	
}


div#framing{
	width: 950px;
	margin: auto;
	background:#fff;
}

div#bantop{
	background:#333333;
	height: 40px;
}

div#bantop p{
	padding-left:10px;
	padding-top:6px;
	font-size: 20px;
	color: #fff;
}

div#banpubli{
	background:url("fondo-papel.png");
	padding:10px;
}

div#banpubli img{
	display:blocK;
	margin:auto;
}

div#banbottom{
	background:#5E5E5E;
	height: 25px;
	color: #fff;
}

div#banbottom ul.bmenu{
	width:100%;
	list-style:none;
}

div#banbottom ul.bmenu li{
	padding:4px 12px 4px 10px;
	display:inline;
	float:right;
	background: url('button_sm.jpg');
}

div#banbottom ul.bmenu li a{
	color:#fff;
}

div#box{
	width: 921px;
	margin: auto;
	background:#fff url("wrapper_back.png") no-repeat;
}

div.spacer{
	height:400px;
}

#noteoverlay {
    background-image: url("note_overlay.png");
    left: 0;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9996;
}



.font-play{
	font-family: playfair display,Georgia,times new roman,serif;
	font-weight: bold;
}
.seccion_titulo{
	background-color: #fff500;
	padding: 0 15%;
	margin-bottom: 4rem;
}
.sub-tit{
     font-size: calc(1.325rem + 0.9vw);
    font-family: playfair display,Georgia,times new roman,serif;
    font-weight: bold;
}
.main-row a{
	color: #777;
	font-weight: bold;
}
.main-row a:hover{
	text-decoration: underline;
	color: #fff;
}
.umed table,
.uespe table{
	width: 100%;
	margin-bottom: 40px;
}
.umed td,
.uespe td{
	text-align: center;	
	border: 1px solid #000;
	padding: 5px;
}
.uespe .formatos td{
    word-break: break-word;
}
@media (max-width: 767.98px){
	.fotoedi{
		margin-bottom: 20px;
	}
}
@media (max-width: 575.98px){
	.main-row {
	    padding: 0 2rem;
	}
}


