@charset "utf-8";

/* Reseteador Css - v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Estilos Generales */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a,
a:hover {
	color: #FFF;
	text-decoration: none;
}

.clear {
	clear: both;
}

ul {
	margin-bottom: 10px;
	list-style: circle;
	margin-left: 30px;
	list-style-type: square;
}

li {
	color: #EFF;
	font-size: 11px;
}
/* Estilos Espefíficos */
body.index {
	background: #16506D url(../img/fondos/back.png) top center repeat-x;
	color: #FFF;
}

#cuerpo {
	background: url(../img/fondos/logo.png) 50% 0% no-repeat;
	width: 100%;
	text-align: center;
}

#logo {
	height: 600px;
	min-width: 1005px;
}

#contenido {
	width: 0px;
	height: 600px;
	display: inline-block;
	overflow: hidden;
}

#logo ul {
	margin: 0px auto;
	display: inline-block;
	position: relative;
	top: -220px;
	width: 405px;
}

	#logo li {
		display: inline-block;
		margin: 0px 20px;
		padding-top: 45px;
		text-shadow: 0px -2px #2A8AB8;
		padding-left: 0px;
		font-size: 12px;
		
	}

	#logo .inicio {
		background: url(../img/iconos/casa.png) top center no-repeat;
	}
	
	#logo .empresa {
		background: url(../img/iconos/gente.png) top center no-repeat;
		
	}
	
	#logo .productos {
		background: url(../img/iconos/carrito.png) top center no-repeat;
	}
	
	#logo .contacto {
		background: url(../img/iconos/cell.png) top center no-repeat;
	}
	
	#logo .activo {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	
#contenido iframe {
	height: 600px;
	width: 600px;
	margin-left: 30px;
}

#pie {
	width: 1005px;
	margin: 0px auto;
	font-size: 9px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

#pie a.pinkxel {
	height: 9px;
	display: inline-block;
	vertical-align: bottom;
}

/* Estilos Pages */
.pages h1 {
	font-style: italic;
	margin-top: 240px;
	font-size: 60px;
	letter-spacing: -5px;
	color: #22B1D0;
	text-shadow: 0px 0px 15px #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: none;
	margin-bottom: 15px;
}

.pages h2 {
	font-style: italic;
	font-size: 18px;
	letter-spacing: -1px;
	color: #FFF;
	cursor: none;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	color: #EFF;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
	padding-bottom: 10px;
	font-size: 11px;
	width: 570px;
}

p b {
	font-size: 110%;
}

.cita {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	letter-spacing: -1px;
	font-size: 15px;
}

ul.marcas {
	margin-left: 0px;
}

ul.marcas li {
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	line-height: 35px;
	font-size: 11px;
	letter-spacing: -1px;
	color: #FFF;
}

ul.marcas li img {
	border: none;
}

.foto {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.foto.right {
	float: right;
	margin-left: 5px;
	margin-right: 30px;
}

.cita.inicio {
	margin-top: 25px;	
}
