/* this is used to style the turotial page. */


/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 70px;
	width: 100%;
	display:block;
	position:absolute;
	top: -65px;
}
#nav {
	height: 58px;
	width:440px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: right;
}
#titulo {

	height: 58px;
	width: 500px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 200%;
        top: 100px;
}

#hit_area2 {
	width: 100%;
	background-image: url(../img/fondo.jpg);
	background-repeat:repeat-x;
	background-position: top;
	padding: -10px;
	display: block;
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 130px;
        
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 21px;
	height: 58px;
	list-style-type: none;
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url(../img/middle.png);
	background-repeat: repeat-x;
	height: 58px;
	width: 100px;
	display: block;
	line-height: 58px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 120%;
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFFFFF;
	background-image: url(../img/rollOver.png);
	background-repeat: repeat-x;
}
.soporte_contenedor{
    
    margin: 30px auto 30px auto;
    border:10px solid gray;
    width: 600px;
    height:auto;
    background-color:white;
    color:blue
}

.soporte_contenedor p{
    margin-bottom:30px;
    margin-left:5px;
    text-align:justify;
    margin-right:5px;

}


/*Bloque CSS del slider de fotos*/
.mask1{
	position:relative;
	width:790px;
	height:350px;
	overflow:hidden;
        margin:auto;
}
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}