@charset "UTF-8";
/* CSS Document */


body{
	background-color:#FFF;
	background-image:url(../imagenes/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

/* Estios generales */

img{
	border:0px;
}

.titulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}

.parrafo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}


#contendio_general{
	width:900px;
	height:auto;
	margin:0px auto 0px auto;
	background-color:#FFF;	
	padding:0px 0px 20px 0px;
}

#pleca_seccion{
	width:900px;
	height:167px;
	overflow:hidden;
	background-color:#000;
}

#contenido_principal{
	width: 860px;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#cont_introinfo{
	width:860px;
	height:163px;
}

#informacion_intro{
	width:573px;
	height:auto;
	float:left;
	padding:20px;
}

#informacion_intro p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 0px 5px 0px;
}

#imagen_infointro{
	width:247px;
	height:163px;
	float:right;
}

#conte_equipos{
	width: 750px;
	height: auto;
	padding-left: 80px;
}

#cont_menu_ceiling{
	width: 750px;
	height: auto;
}

#cont_menu_controls{
	width: 750px;
	height: auto;
}


/* Estilos para TABS */
#menu_celling{
	width:750px;
	height:19px;
	padding-top:5px;
}

#menu_controls{
	width:750px;
	height:19px;
	padding-top:5px;
}


ul.tabnavegador{
	margin:0px 0px 3px 0px;
	padding:0px;
	list-style: none;
}

ul.tabnavegador li{
	display: inline;
}

ul.tabnavegador li a{
	padding: 5px 10px;
	background-color:#000;
    color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    text-decoration: none;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
	-ms-border-radius:5px 5px 0px 0px;
	margin-right:5px;
	
}

ul.tabnavegador li a.selected,
ul.tabnavegador li a:hover{
	background-color:#666;
	color:#FFF;
}

ul.tabnavegador li a:focus{
	outline:0px;
}

.cont_equipos{
	width:750px;
	height:auto;
	border:1px solid #000;
}

.cont_equipos2{
	width:750px;
	height:auto;
	border:1px solid #000;
}


.cont_equipos p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
}

.cont_equipos2 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
}

#first{padding-top:10px; height:180px; width:750px;}
#first_img{width:197px; height:180px; float:left;}
#first_text{width:550px; height:180px; float:right;}

#first2{padding-top:10px; height:158px; width:750px;}
#first_img2{width:197px; height:158px; float:left;}
#first_text2{width:550px; height:158px; float:right;}


#second{padding-top:10px; height:148px; width:750px;}
#second_img{width:197px; height:148px; float:left;}
#second_text{width:550px; height:148px; float:right;}

#second2{padding-top:10px; height:208px; width:750px;}
#second_img2{width:197px; height:208px; float:left;}
#second_text2{width:550px; height:208px; float:right;}

#third{padding-top:10px; height:198px; width:750px;}
#third_img{width:197px; height:198px; float:left;}
#third_text{width:550px; height:198px; float:right;}

#third2{padding-top:10px; height:148px; width:750px;}
#third_img2{width:197px; height:148px; float:left;}
#third_text2{width:550px; height:148px; float:right;}

#fourth{padding-top:10px; height:148px; width:750px;}
#fourth_img{width:197px; height:148px; float:left;}
#fourth_text{width:550px; height:148px; float:right;}

#fiveth{padding-top:10px; height:148px; width:750px;}
#fiveth_img{width:197px; height:148px; float:left;}
#fiveth_text{width:550px; height:148px; float:right;}

.info_general{
	width: 750px;
	height: auto;
	padding:20px 0px 20px 0px;
}

.info_general h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:0px 0px 5px 0px;
}

.info_general p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
}

#first, #second p{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.imagen_equipos{
	width:197px;
	height:148px;
	float:left;
	
}


#pie_pagina{
	width:855px;
	height:30px;
	margin:0px auto 0px auto;
	text-align:center;
}

#pie_pagina p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	color:#444;
}