@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin,latin-ext);

body {  
  background-image:url('../imagenes/fondoweb.png');
  background-repeat:repeat;
  background-attachment: fixed;
  background-size:cover;
}
.boton1
{
font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size:15px;
color:#FFF;
height:45px;
width:100px;
background-color:#083696 ;
	border: none;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
cursor:pointer;
}
.boton1:hover
{
background-color:#85C1E9 ;
cursor:pointer;
color:#000;
border: none;
}




#contenedor
	{
	display:block;
	position:fixed;
	border: none;
	width: 150px;
	height:460px;
	left:50%;
	top:50%;
	margin-left: -400px;
	margin-top:-250px;
	background-color: #B80E3C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:5000;
	}
#contenedorderecha
{
visibility:visible;
text-align:center;
position:fixed;
border: none;
padding: 5px 0;
width:80px;
heigth:500px;
left:100%;
top:300px;
margin-left:-120px;
background-color: #FFF;
opacity:0.5;
z-index:1000;

}
.estilo22
{
	font-family: Arial;
	font-size: 10px;
	color:#000;
}
.estilo23
{
	font-family:Verdana;
	font-weight:bold;
	font-size: 12px;
	color:#000;
}
.estilo24
{
	font-family: Arial;
	font-size: 23px;
	color:#000;
}
.estilo25
{
	font-family: Arial;
	font-size: 14px;
	color:#FFF;
}


.formato8
{
	font-family:sans-serif;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	height: 24px;
	background-color: #9ECDE9;
	border: 1px solid #06C;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

