/* CSS Document */
/* 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;
}

/*Comienza el css de la página*/


@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:18px;
}

#container {
	margin: 0px auto;
	padding: 10px;
	width: 600px;
}

#logo {
	height: 110px;
	width: 300px;
	margin: 0px auto;
	padding:20px 0;
	}
	
#logoindex {
	height: 225px;
	width: 500px;
	margin: 0px auto;
	padding:20px 0;
	}
	
#menu {
	font-size: 16px;
	margin: 0px auto;
	text-align:center;
	padding-bottom:20px;
	color:#666;
	}
	
#footer {
	width: 600px;
	margin: 0px auto;
	text-align:center;
	float:left;
	padding:40px 0px 0px 0px;
}

a.linkrojo  {
	color: #C00;
	text-decoration: none;
	font-weight:bold;
}

a.linknegro  {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

a.linknegro:hover  {
	color: #C00;
	text-decoration: none;
	font-weight:bold;
}

a.linkmenu {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}

a.linkmenu:hover  {
	color: #C00;
	text-decoration: none;
	font-weight:bold;
}

/*index*/

#contenido_index {
	width:480px;
	height:180px;
	margin: 0px auto; 
	padding-top:10px;
}
/*agencia*/

#contenido_agencia {
	width:480px;
	height:300px;
	margin: 0px auto; 
	padding-top:10px;
}

/*clientes*/


#contenido_clientes {
	width:600px;	
	margin: 0px auto;
	margin-top:10px;
	font-size:11px;
	line-height:14px;
}

.clientes {
	width: 600px;
	border-bottom: 1px solid #C00;
	margin: 0px auto;
	float: left;
	padding:20px 0px;
}

.ficha {
	float: left;
	width: 320px;
	padding:0px 5px 0px 0px;
	text-align:justify;
}


.foto {
	float: right;
	width: 250px;
	overflow: hidden;
	padding:0px 10px;
}


/*contacto*/

#contenido_contacto {
	width:480px;
	height:300px;
	margin: 0px auto;
	text-align:center;
	padding-top:10px;
}
h2 {
	font-size: 12px;
	color: #c00;
}
