/***************
	FUENTE
***************/
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{font-size:11px;font-family:"Tahoma"}

#aviso{
	margin:100px auto 0;
	width:500px;
	padding:20px;
	}
#aviso h1 a {
    background: url("../img/logotipo.jpg") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 47px;
    left: 0;
    margin: 27px 0 0 0;
    position: relative;
    text-indent: -9999px;
    top: 0;
    width: 247px;
}
#aviso p.detalle {
    display: block;
    float: left;
    font-family: "LatoRegular","Tahoma";
    font-size: 13px;
    left: 0;
    margin: 37px 0 0 15px;
    position: relative;
    top: 0;
}
.clear{clear:both}
#aviso h2 {
	color:#FFF;
	background: none repeat scroll 0 0 #993366;
	padding:10px;
	margin:15px 0 0 0;
	font-size:13px;
	text-transform:uppercase;
}
#aviso p {
    color: #525252;
	margin:0 0 10px 0;
	font-size: 13px;
}
#aviso .textos{
	padding:15px;
	border-bottom: 7px solid #EDEDED;
	background: #F5F5F5;
	}
#aviso .textos .center{
	text-align:center;
	font-style:italic;
	font-family: "LatoRegular","Tahoma";
	font-size:18px;
	}