*{
margin:0px;
padding:0px;
outline:none;
border:none;}

body{
background-image:url(../img/bk.jpg);
background-repeat:repeat;}

#contenedor{
width:900px;
margin:auto;
}

#mini{
display: block;
height:25px;
background-color:#000;}

#banner{
background-image:url(../img/barra_top.png);
background-repeat:no-repeat;
border:dashed 0px #000000;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright:20px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:20px;
-webkit-border-top-right-radius:20px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;}

#menuuno{
height:60px;
z-index:999999;}

#fotterg{
width:100%;
background-image:url(../img/bk_1.jpg);
background-repeat:repeat;
border-top-width: medium;
border-top-style: solid;
border-top-color: #0066CC;
}

.estilofotter {
position:relative;
padding-top:8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
text-align:center;
}

#imgfotter{
position:absolute;
margin-left:245px;}

#fotterc{
width:900px;
margin: auto;
height:40px;
background-color:#000;}



.titulouno{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#0066CC;}

.titulodos{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:26px;
color:#FFFFFF;
text-align: center;
padding:7px;
border-top-width: thin;
border-top-style: solid;
border-top-color: #fff;	
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #fff;	
}

.linkuno {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #990000;
}

.linkuno a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #990000;
}

.linkuno a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF6600;}

.textocontenido{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;}

/*
#korea{
background-color:#000;
border-top-left-radius: 12px 12px;
border-top-right-radius: 12px 12px;}
*/

.korea{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
text-align:center;
}
/* MENU*/

/* el menú es una lista */ 
#nav {
background-image:url(../img/barra_top_1.png);
background-repeat:no-repeat;
line-height: 100%; 
margin:auto; 
padding: 7px 6px 0; 
border:dashed 0px #000000;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
z-index:99999999;

/*
border-radius: 2em; 
-webkit-border-radius: 2em; 
-moz-border-radius: 2em; 
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4); 
-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4); 
*/
}
 
#nav li { /* cada item de esa lista */ 
float: left; 
list-style: none; 
margin: 0 5px; 
padding: 0 0 8px; 
position: relative;
z-index:9999;
} 
/* las definiciones del Nivel Principal */ 
#nav a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em; 
color: #FFF; 
display: block; 
font-weight: bold; 
margin: 0; 
padding: 8px 20px; 
text-decoration: none; 
-webkit-border-radius: 1.6em; 
-moz-border-radius: 1.6em; 
border-radius:1.6em;
} 
#nav a:hover { 
background: #000; 
color: #FFF; 
} 
/* efecto hover en el Nivel Principal */ 
#nav .current a, #nav li:hover > a { 
background: #fff url(URL_gradient.png ) repeat-x 0 -40px; 
color: #444; 
/*
border-top: solid 1px #F8F8F8; 
-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2); 
-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2); 
box-shadow: 0 1px 1px rgba(0,0,0, .2); 
text-shadow: 0 1px 0 rgba(255,255,255, 1); */
} 

/* los subniveles */ 
#nav ul li:hover a, #nav li:hover li a { 
background: none; 
border: none; 
color: #333; /* color del submenu*/
-webkit-box-shadow: none; 
-moz-box-shadow: none; 

} 
#nav ul a:hover { 
background: #5d5d5d url(URL_gradient.png ) repeat-x 0 -100px !important; 
color: #fff !important;   /* color del menu activo*/
-webkit-border-radius: 0; 
-moz-border-radius: 0; 
text-shadow: 0 1px 1px rgba(0,0,0, .1); 

} 
/* el efecto de desplegar */ 
#nav li:hover > ul { 
display: block; 
} 
/* las definiciones de los submenues */ 
#nav ul { 
background: #DDD url(URL_gradient.png ) repeat-x 0 0; 
border: solid 1px #B4B4B4; 
display: none; 
left: 0; 
margin: 0; 
padding: 0; 
position: absolute; 
top: 35px; 
width: 185px; 
border-radius: 10px; 
-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3); 
-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3); 
box-shadow: 0 1px 3px rgba(0,0,0, .3); 
} 
#nav ul li { 
float: none; 
margin: 0; 
padding: 0; 
} 
#nav ul a { 
font-weight: normal; 
text-shadow: 0 1px 0 #FFF; 
} 
/* las definiciones de los submenues internos */ 
#nav ul ul { 
left: 181px; 
top: -3px; 
} 
/* bordes redondeados del primer y último item */ 
#nav ul li:first-child > a { 
-webkit-border-top-left-radius: 9px; 
-moz-border-radius-topleft: 9px; 
-webkit-border-top-right-radius: 9px; 
-moz-border-radius-topright: 9px; 
border-radius-topright: 9px; 
} 
#nav ul li:last-child > a { 
-webkit-border-bottom-left-radius: 9px; 
-moz-border-radius-bottomleft: 9px; 
-webkit-border-bottom-right-radius: 9px; 
-moz-border-radius-bottomright: 9px; 
} 
/* definiciones generales */ 
#nav:after { 
clear: both; 
content: "."; 
display: block; 
height: 0; 
line-height: 0; 
visibility: hidden; 
} 
#nav { display: inline-block; } 
html[xmlns] #nav { display: block; } 
* html #nav { height: 1%; } 

#domo{
width:285px;
height:340px;
float:left;
border-right-width: 1px;
border-right-style: dotted;
border-right-color:#999;
padding:5px;
}

#ptz{
width:285px;
height:280px;
float:left;
padding:5px;
}

#bullet{
width:285px;
height:340px;
float:left;
border-right-width: 1px;
border-right-style: dotted;
border-right-color: #999;
padding:5px;
}

/*estilos_texto camaras home*/
.title_cam{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#000;
font-weight:bold;
margin-left:160px;
margin-top:-90px;}

.des_cam{
FONT-SIZE:13px; COLOR: #FF6600; LINE-HEIGHT: 150%; FONT-FAMILY:"Arial", "sans-serif", "Helvetica", "Myriad Web";
margin-top:2px;
margin-left:160px;}

.carac_cam{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
margin-top:2px;
margin-left:160px;}

.ir_link{
margin-top:-15px;
margin-left:150px; }

#dvr_rt{
width:100%;
height:145px;
}
#img_rt{
width:200px;
height:80px;
float:left;
margin-top:28px;
}
#rt_4{
width:220px;
float: left;
padding-left:12px;
}

#s_dvr{
	width:210px;
	height:140px;
	border:dashed 1px #bbb;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

.title_dvr{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#000;
font-weight:bold;
margin-left:25px;
margin-top:-20px;}

.title_cam{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#000;
font-weight:bold;
margin-left:160px;
margin-top:-90px;}

.des_dvr{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
margin-top:2px;
margin-left:25px;}

#serie_3{
	width:48%;
	float:left;
	height:420px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #bbb;
}

#serie_5{
width:50%;
height:100px;
float:left;}

#dserie3{
padding-left:5px;
padding-top:5px;}

.title_dvr_3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
font-weight:bold;
margin-left:215px;
margin-top:-50px;}

.des_dvr_3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#0066CC;
margin-top:2px;
margin-left:215px;}

.verseccion_4{
margin-top:5px;
margin-left:210px;}

#serie_2{
position: relative;
top:320px;
width:49%;
height:100px;
float:left;
}

#serie_7{
position: absolute;
top:1400px;
width:51%;
height:100px;
float:left;
}
#contenedor #cargador #serie_2 img{
float:left;}

.title_dvr_2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
font-weight:bold;
margin-left:185px;
margin-top:50px;}

#s_dvr_2{
	width:210px;
	height:140px;
	border:dashed 1px #bbb;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}


#twitter_p{
position:absolute;
margin-left:30%;}

#ver_mas{
	width:120px;
	padding-left:90px;}