@charset "UTF-8";
/* CSS Document */
body{
background-color:#000;
font-family:Tahoma, Geneva, sans-serif;
color:#FFF;
font-size:16px;}
a:link{ text-decoration:none; color:#FFF;}
a:visited{ color:#FFF;}
#wrap{
	width:100%;
	height:700px;
}
#container{
	margin:0 auto;
	height:700px;
	width:1000px;
	background-image:url(img/BgToledo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#logos{
	height:170px;
}
#revives{ background-image:url(http://www.revives.es/imgs/PNGs/logorevives.png); background-repeat:no-repeat; width:107px; height:120px; float: right; margin:20px 20px 0 0; cursor:pointer;}
#logomuseo{ width:270px; height:155px; background-image:url(img/MUSEO_DEL_EJERCITO2.jpg); background-repeat:no-repeat; margin:10px auto 0 auto;}
.box1{
	width:660px;
	background-image:url(img/bg.png);
	background-position:top;
	background-repeat:repeat;
	margin:0 auto;
}

.content{
	width: 660px;
	padding-top: 15px;
	height: 460px;
}

/*menu*/
.menu{width:660px; height: 35px; ;margin:0 auto; background-color:#000;}
.botones{ width:220px; float:left; text-align:center; font-size:24px; font-weight:normal; font-family:"Gill Sans", Tahoma;  background-color:#000;height: 40px; }
.botones a{ background-color: #000000; display:block; text-decoration:none; height:inherit; padding-top:5px;opacity: 1.0;height: 35px;}
.botones a:hover{ background-color: #ffffff; color:#000; height: 35px;}

/*proyectos*/
.video{
	width: 660px;
	height: 140px;
	margin: 5px 0;
}
.screen{
	float:left;
	width: 210px;
	padding: 10px 0 0 10px;
	height: 130px;
}
.text{
	float: left;
	text-align:left;
	padding:30px 10px 0 20px;
	width: 320px;
	height: 110px;
}

.museo{text-align:center; padding: 30px 30px; height:420px;}
