@charset "utf-8";
/* CSS Document */

#borde-izq {
	/*background-color:#8E162E;*/
	width: 1%;
}

#borde-der {
	/*background-color:#E4A728;*/
	width: 1%;
}
.texto1{
	/*font-family: Arial, Helvetica, sans-serif ;*/
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size:28px;
	line-height: 1.0;
}
.texto2{
	font-family: 'Italianno', cursive;
	font-size:30px;
	line-height: 1.4;
	color: #000;
}
.texto3{
	font-family: 'Italianno', cursive;
	font-size:40px;
	line-height: 1.4;
	color: #000;
}

/*#super{
	padding-top: 250px;
}*/

#firma1{
	position: relative;
    z-index: 10000;
    top: -110px;
    width: 30%;
}
#firma2{
	position: relative;
    z-index: 10000;
    top: -85px;
    width: 40%;
}

#diploma{
	background-image:url(../image/logo5.png);
	z-index:1;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-attachment:scroll;
	background-color: #fff;
}