html, body {background-color:#ff7b00;cursor:pointer;}
* {margin: 0; padding: 0;}

a {text-decoration: none;}
a.close {text-decoration: none; color:#800080;}

@font-face {font-family: Sansation;src: url('font/Sansation_Regular.ttf');}
@font-face {font-family: Sansation;font-weight: narrow;src: url('font/Sansation_Light.ttf');}

hr {background:url(css/img/png/hr.png) center; height:10px; border:0px solid #fff;}

#text {margin-left:1em; margin-right:1em;}
#text p.menu {background: #800080; background: -webkit-gradient(linear, left top, left bottom, from(#A603A6), to(#800080));
background: -moz-linear-gradient(top, #A603A6, #800080); background: linear-gradient(top, #A603A6, #800080); background: -o-linear-gradient(top, #A603A6, #800080);
font-family:Sansation, Trebuchet MS; font-size: 15pt; font-weight:bold; text-align:center; line-height: 200%; color:#ff7b00; text-shadow: 1px 1px 10px black; -webkit-border-radius:15px 55px 5px; -moz-border-radius:15px 55px; border-radius:15px 55px;}
#text p.text {font-family:Sansation, Trebuchet MS; font-size: 11pt; text-align:justify; font-weight:narrow;line-height: 150%; color:#fff;}
#text p.close {font-family:Sansation, Trebuchet MS; font-size: 15pt; text-align:center; font-weight:bold;line-height: 150%; color:#800080; text-shadow: 1px 1px 10px white;}
#text p.close:hover {color:#fff; text-shadow: 1px 1px 10px #800080;}
#text p.title {margin-left:5%; margin-right:5%; background: #800080; background: -webkit-gradient(linear, left top, left bottom, from(#A603A6), to(#800080));
background: -moz-linear-gradient(top, #A603A6, #800080); background: linear-gradient(top, #A603A6, #800080); background: -o-linear-gradient(top, #A603A6, #800080);
font-family:Sansation, Trebuchet MS; font-size: 12pt; font-weight:bold; text-align:center; line-height: 200%; color:#ff7b00; text-shadow: 1px 1px 10px black; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
#text p.white {background-color:white; text-align:center; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
#text p.white img {width:80px; border:0; -webkit-box-shadow:0px 0px 0px; -moz-box-shadow:0px 0px 0px; box-shadow:0px 0px 0px;}

#header {background:-moz-linear-gradient(top, #800080, #a801a8); background:-o-linear-gradient(top, #800080, #a801a8); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800080', endColorstr='#a801a8',GradientType=0 ); background:-webkit-gradient(linear, left top, left bottom, from(#800080), to(#a801a8)); -webkit-border-radius:15px 35px; -moz-border-radius:15px 35px; border-radius:15px 35px;}

#img {text-align:center;}

img.info {border:3px solid #800080; -webkit-box-shadow: 1px 5px 35px purple; -moz-box-shadow: 1px 5px 35px purple; box-shadow: 1px 5px 35px purple; width:90%; padding:0; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;}
img.info:hover {border-radius: 5% / 15%; box-shadow: 0px 0px 15px #000; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;}
img.blanca {width:48%;}
img.mingana {border-radius:40px 30px; width:50%; box-shadow:1px 1px 15px black;}