@charset "utf-8";

body {
	font-family: 'Poiret One', Rock Salt, Arial;
	font-size: 15px;
	color: #fff;
	background-color: #f0f0f0;
}

body * {
	font-size: 100%;
	alignment-adjust: auto;
}


.parrafouno { 
   font-family: 'Poiret One', Arial;
   color: #fff;
   font-weight: bold;
}

.parrafodos { 
   font-family: 'Rock Salt', Arial;
   font-size: 16px;
   color: #339593;
   font-weight: bold;
}


.clear {
  clear: both;
}



a:link {text-decoration:none;color:#fff; border: none;} 
a:visited {text-decoration:none;color:#1051dc; border: none;}
a:active {text-decoration:none;color:#fff; border: none;} 
a:hover {text-decoration:none; color:#adadad; border: none;}




#contenido{
	width: 1041px;
	height:790px;
	margin: 5px auto;
	position: relative;
	background-color: #001681;
//	background: url(../imagen/fondo.png) no-repeat;
	border:2px solid #e5e5e5;
        -webkit-box-shadow: 3px 3px 7px #777;
        -moz-box-shadow: 3px 3px 7px #777;

}

#top {
   position:static;
   width:1041px;
   height:174px;
   border:0px;
   background-color: #ffffff;
}



#menu {
   font-size: 12px;
   width:1042px;
   height:20px;
   border:0px;
   background-color: #001681;
}


#menu #boton {
  float: left;
  margin-top: 2px;
  margin-left: 10px;
  font-size: 14px;
  text-align: left;	
  font-weight: bold;
  color: #f1e750;
}

#boton a {
  padding: 0px 0px 0px 3px;
  font: 15px;
  margin: 10px;
  color: #fff;
  border: none;
}

#boton a:hover {
  color: #f9c31a;
  font: 13px;
  font-weight: bold;
  border: none;
}

#blanco {
   width:1041px;
   height:10px;
   border:0px;
   background-color: #fff;
}


#total {
   width:1041px;
   border:0px;
   margin-top:20px;
   float:left;

}

#conten_izq {
	width: 520px;
//	height:390px;
	margin-top: 20px;
	margin-left: 30px;
	float:left;
	position: relative;
	border:0px;
}

#conten_izq #text {
    margin-top: 10px; 
	float:left;
	position: relative;
	border:0px;
}


#conten_der {
	width: 470px;
//	height:390px;
	margin-top: 20px;
	margin-left: 20px;
	float:left;
	position: relative;
	border:0px;
	font-size: 18px;
}


#conten_der #clear {
  height: 25px;
}

#conten_der #texto {
  height: 75px;
  color: #f9c31a;
  font: 12px;
}

#conten_der #todo {
	width: 420 px;
	height: 100 px;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	position: relative;
	border:0px;
	
}


#conten_der #prod_uno {
	width: 140 px;
	height: 100 px;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
	position: relative;
	border:0px;
	
}
#conten_der #prod_dos {
	width: 140 px;
	height:100 px;
	margin-top: 10px;
	margin-left: 15px;
	float:left;
	position: relative;
	border:0px;
	
}

#conten_der #prod_tres {
	width: 140 px;
	height:100 px;
	margin-top: 10px;
	margin-left: 15px;
	float:left;
	position: relative;
	border:0px;
	
}

#conten_der #prod_cuatro {
	width: 225 px;
	height:233 px;
	margin-top: 20px;
	float:left;
	position: relative;
	border:0px;
	
}

#conten_der #prod_cinco {
	width: 225 px;
	height:233 px;
	margin-top: 20px;
	margin-left: 10px;
	float:left;
	position: relative;
	border:0px;
	
}


#conten_der #boton {
    margin-top: -300px;
    margin-left: 180px;
	padding-top:10px;
    font-size: 16px;
    width: 90%;
    text-align: right;	
    font-weight: bold;
}	
	


#lin_mor  {
	width: 550px;
	height:3px;
    margin-top: 550px;
    margin-left: 80px;
    width: 90%;
	background-color: #633d8a;
}

#lin_bla  {
	width: 550px;
	height:2px;
    margin-top: 5px;
    margin-left: 80px;
    width: 90%;
	background-color: #fff;
}
#txt1 {
	width: 340px;
	height:70px;
    margin-top: 10px;
    margin-left: 200px;
}
#txt2 {
	width: 340px;
	height:70px;
    margin-top: -73px;
    margin-left: 580px;
}

#Pie {
   width:1041px;
   height:10px;
   color: #000;
   float: left;
   font-size: 9px;
   padding-top: 65px;

}

.myButton {
 -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
 -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
 box-shadow: 0px 0px 0px 2px #9fb4f2;
 background-color:#7892c2;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
 border:1px solid #4e6096;
 display:inline-block;
 cursor:pointer;
 color:#ffffff;
 font-family:Arial;
 font-size:19px;
 padding:20px 66px;
 text-decoration:none;
 text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
 background-color:#476e9e;
}
.myButton:active {
 position:relative;
 top:1px;
}
	