/* 
    Document   : principal
    Created on : 22/02/2012, 09:09:08 PM
    Author     : Manuel Ramriez
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body{
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #02D7EF 700%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #02D7EF 700%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #02D7EF 700%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(7, #02D7EF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #02D7EF 700%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #02D7EF 700%);
    
}

.texto{
    overflow: auto;
    height: 100%;
    color : #30286C;
    font-size: 12px;
}

.texto ul{
    margin-bottom: 10px;
}

.texto ul li{
    margin-bottom: 10px;
}

.texto table{
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-right: 10px;
}
.texto p {
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-right: 10px;
}
.parrafo {
    text-align: justify;
}
.parrafo h1 {
    text-align: center;
    font-size: 14px;
}
#vermas {
    background-image: url(../imagenes/find.png) !important; background-repeat: no-repeat;
    float: right;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    
    
}
#vermas:hover{
    cursor:pointer;
}
#txtVermas {
   float: right;
   position: relative;
   display: block;
   
}
#txtVermas:hover{
    cursor:pointer;
}
html {    
    font-family: Verdana;   
}
#bg {
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}
#art-main {
position: relative;
width: 100%;
margin-top: -10px;
left: 0;
top: 0;
/*background: #fff;*/

}
#menu {
    list-style: none;
    margin : 0;
    padding : 0;
    left : 0%;
    top: -18px;
    position: absolute;
    z-index: 5000000;
    width:  100%;
    
    
}
#menu ul{
    list-style: none;
    background: #FFF;
    margin-right: 5px;
}
#menu ul li{
    margin:2px;
    padding:4px;
    border:2px solid #CCCCCC;
    float:right;
    width: 150px;
    background-color: #30276c;
    font-size: 12px;
    color: #ececec;
    opacity : 0.7;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#menu ul li a{
    color: #ececec;
    text-decoration:  none;
    width:  150px;
}

#top{
    position: absolute;
    top: 0;
    width: 1024px;
    left: 0;
    height: 150px;
    background-image: url("../imagenes/banner.png");

}
.imgTop {
    position: absolute;
    top: 0;
    left: 0;
}
#main {
    position: relative;
    background:  #ececec;
    top: 0;
    width: 1024px;
    height: 640px;
    -webkit-border-radius: 15px 20px;  /* Safari  */
    -moz-border-radius: 15px 20px;
    border-radius: 15px;
            box-shadow: 4px 4px 10px #30286C;;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#30286C;',direction='140',strength='40');
     -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#galeria {
    background: #ececec;
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 150px;
    height: 200px;
/*    border-radius: 15px;*/
}
#informacion {
    background: #ececec;
    width: 100%;
    height: 37%;
    position: absolute;
    display: block;
    margin-top: 400px;
    border-bottom-color: #52c2ef;
    border-bottom-width: 1px;
    border-top-color: #52c2ef;
    border-top-width: 1px;
    box-shadow: 4px 4px 10px #30286C;
    
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#30286C;',direction='140',strength='40');
    
}
#footer {
    background: #ececec;
    width: 100%;
    height: 5%;
    position: absolute;
    margin-top: 630px;
    display: block;
    box-shadow: 4px 4px 10px #30286C;;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#30286C;',direction='140',strength='40');
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.info{
    float: left;
    width: 22%;
    margin-left: 7px;
    margin-top: 5px;
    height: 92%;
    display: block;
    border-right : solid;
    border-right-color: #52c2ef;
    border-right-width: 2px;
    border-right-style: outset;
    padding-left:  5px;
    padding-right:  5px;
    color : #30286C;
    font-size: 10px;
    text-align: left;
/*    border-left : solid;
    border-left-color: #52c2ef;
    border-left-width: 2px;
    border-left-style: outset;*/
}
.info h1{
    font-size: 14px;
    color: #30286C;
}
.info p{
    text-align: left;
}
.info ul{
    text-align: left;
}
.info li{
    margin-left: -30px;
    margin-bottom: 5px;
}
#verMas{
    background: #fff;
}
#volverAtras{
    width:20px; position: fixed; bottom: 400px; word-wrap: break-word; text-align: center
}