﻿#overlay {
position:fixed;
   top: 0;
     left: 0;
     width: 100%;
     height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}

.contentpop a{
text-decoration: none;
}
.popup
{
	float:left;
	left:0%;
 top : 0px;
width: 100%;
height:100%;
margin:5 px;
display: none;
position:fixed;
z-index: 101;
}
.contentpop
{
float:left;
left:16%;
top : 60px;
min-width: 600px;
height:500px ; width :750px;
min-height: 150px;
margin: 15px auto;
background: #f3f3f3;
position: fixed;
z-index: 103;
padding: 0px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.contentpop p{
clear: both;
color: #555555;
text-align: justify;
}
.contentpop p a{
color: #d91900;
font-weight: bold;
}
.contentpop .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.contentpop .x:hover{
cursor: pointer;
}
.button
{
background-color: #ffc080;

background-image: none;

border-style:solid;

border-width:1;

border-color: Gray

}
/*---------conexion-----------*/
#overlay2 {
  position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;

}

.contentpop_con a{
text-decoration: none;
}
.popup_con 
{
	float:left;
	left:0%;
 top : 0px;
width: 100%;
height:100%;
margin:5 px;
display: none;
position:fixed;
z-index: 101;


-moz-opacity:0.5;
-ms-filter:"alpha(opacity=50)";
filter:alpha(opacity=50);

}
.contentpop_con
{
float:left;
left:27%;
top : 200px;
min-width: 600px;
width:600px;
height:300px;
min-height: 150px;
margin: 15px auto;
background: #f3f3f3;
position: fixed;
z-index: 103;
padding: 0px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;


}
.contentpop_con p{
clear: both;
color: #555555;
text-align: justify;
}
.contentpop_con p a{
color: #d91900;
font-weight: bold;
}
.contentpop_con .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.contentpop .x:hover{
cursor: pointer;
}
