/* CSS */
/*-------------------------------------------------------------
 Hoja de estilo de milimagen.com - Servicios
 version: 1.1
 autor: Alberto Garcia
 email: alberto@katiuskas.com
 website: http://www.katiuskas.com/
 -------------------------------------------------------------*/
#descripcion ul {
	margin: 1em 0 1em 0;
	list-style-image: url(..//picts/bullet.png);
	padding-left: 1.5em;
}

#descripcion ul li {
	margin: 0.6em 0 0.6em 0;
}

#descripcion a {
	color: #90B11F;
	text-decoration: none;
}

#descripcion a:hover {
	text-decoration: underline;
}

.textoservicios {
	height: 24em;
}

/* CLASES
 -------------------------------------------------------------*/
.caja {
    width: 42%;
    height: 14em;
    border: 10px solid #fff;
    margin: 0px 0px 10px 10px;
    position: relative;
    float: right;
    overflow: hidden;
}

.caja p {
    display: block;
    color: #fff;
    padding: 4px 5px 4px 8px;
}

.caja a {
    display: block;
    position: absolute;
	line-height: 2em;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    background: url(..//picts/pie_cajas.gif) bottom right no-repeat;
    text-indent: 10px;
}

.caja a, a:link {
    text-decoration: none;
    overflow: hidden;
}

.caja a:hover {
    background: url(..//picts/pie_cajas.gif) top right no-repeat;
    text-decoration: underline;
    overflow: hidden;
}

/* DIVs
 -------------------------------------------------------------*/
#wrap {
    position: relative;
    float: right;
    width: 100%;
}

#GF {
    background: #fff url(..//picts/GF.jpg) center center no-repeat;
}

#DS {
    background: #fff url(..//picts/DS.jpg) center center no-repeat;
}

#ROT {
    background: #fff url(..//picts/ROT.jpg) center center no-repeat;
}

#ID {
    background: #fff url(..//picts/ID.jpg) center center no-repeat;
}

/* NAVEGACION SERVICIOS 
 -------------------------------------------------------------*/
.subnavegacion {
    float: right;
    text-align: center;
    margin-right: 3em;
}

.subnavegacion a {
    color: #000;
    padding: 0.25em;
    text-decoration: none;
    background-image: none;
}

.subnavegacion a:hover {
    color: #2F4F4F;
    text-decoration: underline;
    background-image: none;
}

