/**
 * Archivo CSS de la web segurparking.es
 *
 * Los estilos están preparados para:
 * IE6+ Firefox2+ Safari3+
 *
 * @package frontend
 * @autor Noemí Losada
 **/

body{
	background: #191919;
	font-family: "Arial";
	font-size: 14px;
	color: #B3B3B3;
}

img{
	border: 0px;
}

#container{
	text-align: left;
	width: 900px;
	margin-top: 20px;
}

#container_menu{
	height: 41px;
	margin-bottom: 10px;
}

#logo{
	float: left;
}

#container_menu_tabs{
	height: 51px;
	font-size: 12px;
	color: #191919;
	text-align: center;
	padding-left: 305px;
}

#container_menu_tabs a:link,
#container_menu_tabs a:active,
#container_menu_tabs a:visited{
	color: #191919;
	text-decoration:none;
}

#container_menu_tabs a:hover{
	cursor: pointer;
	text-decoration:none;
}

#tab_accesos{
	float: left;
	background: url(../img/menu_accesos_off.png) no-repeat;
	width: 118px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: 14px;
	z-index: 10;
}

#tab_accesos:hover{
	background: url(../img/menu_accesos_on.png) no-repeat;
}

#tab_accesos_on{
	float: left;
	background: url(../img/menu_accesos_on.png) no-repeat;
	width: 118px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: 14px;
	z-index: 10;
}

#tab_videovigilancia{
	float: left;
	background: url(../img/menu_videovigilancia_off.png) no-repeat;
	width: 118px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: 14px;
	z-index: 10;
}

#tab_videovigilancia:hover{
	background: url(../img/menu_videovigilancia_on.png) no-repeat;
}


#tab_videovigilancia_on{
	float: left;
	background: url(../img/menu_videovigilancia_on.png) no-repeat;
	width: 118px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: 14px;
	z-index: 10;
}

#tab_integracion{
	float: left;
	background: url(../img/menu_integracion_off.png) no-repeat;
	width: 138px;
	height: 27px;
	padding-top: 1px;
	position: relative;
	top: -1px;
	left: -187px;
	z-index: 5;
}

#tab_integracion:hover{
	background: url(../img/menu_integracion_on.png) no-repeat;
}

#tab_integracion_on{
	float: left;
	background: url(../img/menu_integracion_on.png) no-repeat;
	width: 138px;
	height: 27px;
	padding-top: 1px;
	position: relative;
	top: -1px;
	left: -187px;
	z-index: 5;
}

#tab_propietarios{
	float: left;
	background: url(../img/menu_propietarios_off.png) no-repeat;
	width: 175px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: 14px;
	left: -134px;
	z-index: 10;
}

#tab_propietarios:hover{
	background: url(../img/menu_propietarios_on.png) no-repeat;
}

#tab_propietarios_on{
	float: left;
	background: url(../img/menu_propietarios_on.png) no-repeat;
	width: 175px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: 14px;
	left: -134px;
	z-index: 10;
}

#tab_nosotros{
	float: left;
	background: url(../img/menu_nosotros_off.png) no-repeat;
	width: 87px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: -13px;
	left: 45px;
	z-index: 10;
}

#tab_nosotros:hover{
	background: url(../img/menu_nosotros_on.png) no-repeat;
}

#tab_nosotros_on{
	float: left;
	background: url(../img/menu_nosotros_on.png) no-repeat;
	width: 87px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: -13px;
	left: 45px;
	z-index: 10;
}

#tab_contacto{
	float: left;
	background: url(../img/menu_contacto_off.png) no-repeat;
	width: 87px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: -13px;
	left: 47px;
	z-index: 10;
}

#tab_contacto:hover{
	background: url(../img/menu_contacto_on.png) no-repeat;
}

#tab_contacto_on{
	float: left;
	background: url(../img/menu_contacto_on.png) no-repeat;
	width: 87px;
	height: 17px;
	padding-top: 10px;
	position: relative;
	top: -13px;
	left: 47px;
	z-index: 10;
}

#container_cuerpo{
	margin-bottom: 20px;
}

#container_cuerpo_photo{
	height: 250px;
	margin-bottom: 10px;
	background: url(../img/img_home.png) no-repeat;
}

#container_cuerpo_photo_nomargin1{
	height: 250px;
	background: url(../img/ban_control.jpg) no-repeat;
	
}
#container_cuerpo_photo_nomargin2{
	height: 250px;
	background: url(../img/ban_video.jpg) no-repeat;
	
}
#container_cuerpo_photo_nomargin3{
	height: 250px;
	background: url(../img/ban_integracion_v3.jpg) no-repeat;
	
}
#container_cuerpo_photo_nomargin4{
	height: 250px;
	background: url(../img/ban_comunidad.jpg) no-repeat;
	
}
#container_cuerpo_photo_nomargin5{
	height: 250px;
	background: url(../img/ban_nosotros.jpg) no-repeat;
	
}
#container_cuerpo_photo_nomargin6{
	height: 250px;
	background: url(../img/ban_contact.jpg) no-repeat;
	
}

#container_cuerpo_photo_slogan{
	font-size: 36px;
	color: #fff;
	margin-left: 20px;
	width: 500px;
	padding-top: 150px;
}

#container_cuerpo_banner_title{
	font-size: 24px;
	color: #f57000;
	margin-left: 20px;
	padding-top: 10px;
}

#container_cuerpo_banner_title_intrusos{
	font-size: 24px;
	color: #f57000;
	margin-left: 20px;
	padding-top: 10px;
	line-height:28px;
}

#container_cuerpo_banner_text{
	font-size: 12px;
	color: #ffffff;
	margin-left: 20px;
	margin-top: 5px;
	width: 575px;
	line-height:14px;
}


#container_cuerpo_banner_text_integracion{
	font-size: 12px;
	color: #ffffff;
	margin-left: 20px;
	margin-top: 150px;
	width: 575px;
	line-height:14px;
}


#container_cuerpo_banner_slogan{
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
	margin-top: 10px;
	width: 550px;
	line-height:19px;
}

#container_cuerpo_banner_menu[rel="1"]{
	background: url(../img/submenu1.png) no-repeat;
	position: relative;
	top: 2px;
	width: 400px;
	height: 24px;
}

#container_cuerpo_banner_menu[rel="2"]{
	background: url(../img/submenu2.png) no-repeat;
	position: relative;
	top: 2px;
	width: 400px;
	height: 24px;
}

#container_cuerpo_banner_menu[rel="3"]{
	background: url(../img/submenu3.png) no-repeat;
	position: relative;
	top: 2px;
	width: 400px;
	height: 24px;
}

#container_cuerpo_banner_menu ul{
	padding-top: 5px;
	margin-left: -25px;
}

#container_cuerpo_banner_menu ul li	{
	list-style-type: none;
	display: inline;
	font-size: 12px;
	margin-right: 20px;
}

#container_cuerpo_banner_menu ul li	a:link,
#container_cuerpo_banner_menu ul li	a:active,
#container_cuerpo_banner_menu ul li	a:visited{
	color: #fff;
	text-decoration: none;
}

#container_cuerpo_banner_menu ul li	a:hover{
	color: #f57000;
	text-decoration: underline;
}

#menu_mandos{
}

#menu_mandos_on a:link,
#menu_mandos_on a:active,
#menu_mandos_on a:visited,
#menu_mandos_on a:hover{
	color: #f57000 !important;
}

#menu_intrusion{
	margin-left: 0px;
}

#menu_intrusion_on a:link,
#menu_intrusion_on a:active,
#menu_intrusion_on a:visited,
#menu_intrusion_on a:hover{
	margin-left: 0px;
	color: #f57000 !important;
}

#menu_seguridad{
	margin-left: 0px;
}

#menu_seguridad_on a:link,
#menu_seguridad_on a:active,
#menu_seguridad_on a:visited,
#menu_seguridad_on a:hover{
	margin-left: 0px;
	color: #f57000 !important;
}

#container_cuerpo_content_2col{
	background: #ffffff;
	float: left;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

#container_cuerpo_content_slogan{
	height: 225px;
	width: 600px;
	margin-right: 10px;
	float: left;
	background-color: #CCC;
}

#container_cuerpo_content_slogan_1{
	font-size: 12px;
	color: #191919;
	line-height: 16px;
	margin-left: 20px;
	margin-top: 30px;
}

#container_cuerpo_content_slogan_2{
	font-size: 24px;
	color: #191919;
	line-height: 26px;
	margin-left: 20px;
	margin-top: 20px;
}

#container_cuerpo_content_slogan_3{
	font-size: 24px;
	color: #191919;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#container_cuerpo_content_photo{
	height: 225px;
	width: 290px;
	float: left;
}

#container_cuerpo_content_col1{
	width: 405px;
	float: left;
	margin-right: 50px;
	background: #ffffff;
}

.col_title{
	font-size: 18px;
	color: #f57000;
	margin-bottom: 10px;
}

.col_slogan{
	font-size: 16px;
	color: #191919;
	margin-bottom: 20px;
}

.col_slogan2{
	font-size: 24px;
	color: #f57000;
	margin-top: 40px;
}

.col_button{
	background-color: #F57000;
	color: #FFF;
	border: none;
}

.show_button{
	background: url(../img/ver.png) no-repeat;
	border: 0px;
	width: 48px;
	height: 21px;
	position: relative;
	top: -3px;
}

.show_button:hover{
	background: url(../img/ver_on.png) no-repeat;
	border: 0px;
	width: 48px;
	height: 21px;
	position: relative;
	top: -3px;
}

.col_text{
	font-size: 12px;
	color: #191919;
}

.col_ley{
	font-size: 10px;
	color: #000000;
}

.col_text_inputs{
	background-color: #D3D3D3;
	border: none;
	height: 15px;
}

.col_text_area{
	background-color: #D3D3D3;
	border: none;
	margin-top: 4px;
}

.col_text_button{
	border: none;
	background-color: #F57000;
	color: #FFF;
}

#container_cuerpo_content_col2{
	width: 405px;
	float: left;
	background: #ffffff;
}

.container_cuerpo_col2_img{
	margin-top: 3px;
}


#container_cuerpo_content_all{
	width: 860px;
	float: left;
	background: #ffffff;
}

.container_cuerpo_all_img{
	margin-top: 3px;
}



#container_footer{
	float: left;
	width: 900px;
	margin-bottom: 50px;
}

#container_footer_contact{
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #B3B3B3;
	height: 30px;
	margin-bottom: 5px;
}

#container_footer_contact_data{
	height: 15px;
	padding-top: 15px;
	float: left;
}

#container_footer_contact_data a:link,
#container_footer_contact_data a:visited,
#container_footer_contact_data a:active{
	color: #B3B3B3;
	text-decoration: none;
}

#container_footer_contact_data a:hover{
	color: #B3B3B3;
	text-decoration: underline;
}

#container_footer_contact_login{
	height: 15px;
	color: #f57000;
	padding-top: 15px;
	float: right;
}

#container_footer_contact_login input{
	background-color: #f57000;
	font-size: 10px;
	color: #A14B00;
	border: 0px;
}

#container_footer_contact_login .send{
	background: url(../img/but_entrar_areaprivada_off.jpg) no-repeat;
	width: 15px;
	height: 15px;
	position: relative;
	top: 1px;
}

#container_footer_contact_login .send:hover{
	background: url(../img/but_entrar_areaprivada_on.jpg) no-repeat;
	width: 15px;
	height: 15px;
	position: relative;
	top: 1px;
}

#container_footer_copyright{
	font-size: 10px;
	color: #B3B3B3;
}

#container_footer_copyright a:link,
#container_footer_copyright a:visited,
#container_footer_copyright a:active{
	color: #B3B3B3;
	text-decoration: none;
}

#container_footer_copyright a:hover{
	color: #B3B3B3;
	text-decoration: underline;
}

