/* My CSS File*/

/* Body text and page background */

body{
	font-family: 'Book Antigua', Times, Serif;
	font-size: large;
	text-align: center;
	color: #ffffff; /*white*/
	background-color: #D4D4D4; /* midnight blue */
    margin:0;
    padding:0;
    }
	
/* Style for thumbnail images */

img.thumbs{
	width: 100px;
	height: 120px;
	position: relative;
	top: 15px;
	left:5px;
	}

/* Style for Regular pictures */

img.foto{
	width: 600px;
	height: 480px;
	align: center;
	}

/* Style for top Header */

#header{
	border-bottom: thick double black;
	height: 60px;
	width: 900px;
	font-family: 'Book Antiqua', Times, Serif;
	margin-bottom: 30px;
	color: white;
	}

#footer{
	height: 30 px;
	width: 900px;
	border-top: thick double #191970;
	font-size: 10px;
	}

/* Style for main body*/

div.main{
	text-align: center;
	margin-bottom: 20px;
	}
	
div.pos_link  
{
position: relative;
margin-top: 1em;
} 

/*Style for small images*/
div.thumbs{
	vertical-align: middle;
	text-align: center;
	border: 1px;
	float: left;
	padding:10px;
	margin-right: 20px;
	}

/*Style for box containing images for las fotos de arriba*/    
div.primerahilera{
	position: absolute;
	left:12em;
	}
    
/*Style for box containing images for las fotos de abajo*/    
div.bottom{
    position:absolute;       
	left:12em;
	}

/*Makes format for links within each discipline*/

div.banner{
    position: relative;
    margin-top:140px;       
           }

/*Makes format for links within each discipline*/

.intra
{
border-right: 0px solid white;
font-family: arial,helvetica;
font-size: 14pt;
font-weight: bold;
text-decoration: none;
text-align: center;
background-color: #191970;
padding-right: 20px;
padding-left: 20px;
}

.intra:link
{
color: white;
background-color: #191970;
}

.intra:visited
{
color: white;
background-color: #191970;
}

.intra:hover
{
color: white;
background-color: #00BFFF;
}

.intra: active
{
color: white;
background-color: #CAE1FF;
}

/*Creates div class named subtitles */

 #nav{
	/*float: left;*/
	height: 0.1%;
	border: none;
	width: 100%;
	background-color: #CAE1FF;
	
	/* Total width is 10em */
	}

.subtitulo{
   float:left;        
 }
 
/*creates a div class for the form*/
.form
{
width: 400px;
height: 500px;
border-right: 0px solid white;
font-family: arial,helvetica;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
text-align: left;
background-color: white;
float: left;
padding-right: 10px;
padding-left: 10px;
margin-left: 200px;
margin-top: 40px;
}

#menu1{
  /* margin-left:25%;*/     
 } 

#smenu1 li{
list-style:none;
margin-left:0px;
margin-top:15px;
 }
 
#smenu2 li{
list-style:none;
margin-left:0px;
margin-top:15px;
 } 
 
#smenu3 li{
list-style:none;
margin-left:0px;
margin-top:15px;
 } 
 
#smenu4 li{
list-style:none;
margin-left:0px;
margin-top:15px;
 } 

#smenu5 li{
list-style:none;
margin-left:0px;
margin-top:15px;
 } 
 
.enlace
{
background-color: #819BD4;
font-size: 0.8em;
padding: 8px;
border: 0;
text-decoration: none;
text-align: center;
font-weight: bold;
}

.enlace:link
{
color: black;
background-color: #819BD4;
font-weight: bold;
}

.enlace:visited
{
color: black;
background-color: #819BD4;
}

.enlace:hover
{
color: white;
background-color: #819BD4;
}

.enlace: active
{
color: black;
background-color: #819BD4;
}

