/* CSS Document */

body {
	background-color:#C2C2C2;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:20px;
}

a, a:hover {
	color:#263C70;
	font-weight:bold;
}

a { text-decoration:none; }

a:hover { text-decoration:underline; }

p {
	margin:0 0 15px 0;
	padding:0;
}

ul li {
	list-style-type:square;
	padding-bottom:5px;
}

#container {
	background-color:#FFF;
	margin:auto;
	width:750px;
}

#top {
	background-image:url(images/esquina-top.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:45px;
	padding-right:20px;
}

#flash {
	clear:both;
	height:200px;
	text-align:center;
}

#contenido {
	font-size:11px;
	padding:20px 15px 20px 15px;
}

#about {
	border-right:1px solid #CCC;
	float:left;
	padding-right:20px;
	text-align:justify;
	width:365px;
}

#services {
	float:right;
	text-align:justify;
	width:310px;
}

#bottom {
	background-image:url(images/bg-bottom.gif);
	background-repeat:no-repeat;
	clear:both;
	font-size:10px;
	height:50px;
	padding:0 25px 0 25px;
}

#bottom, #bottom a, #bottom a:hover {
	color:#636363;
	font-weight:normal;
	text-decoration:none;
}

#direccion {
	float:left;
	padding-top:15px;
}

#correo {
	float:right;
	padding-top:20px;
}

.linkTop {
	float:right;
	padding-top:15px;
}

.linkTop a {
	color:#000;
	text-decoration:none;
}

.linkTop a:hover {
	color:#263C70;
	text-decoration:none;
}

.separaTop {
	background-image:url(images/separa-link.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:right;
	height:27px;
	padding-top:18px;
	width:25px;
}

.bordeFoto {
	border:2px solid #B6E7FA;
	padding:3px;
}

.bulletIzq {
	background-image:url(images/bullet1.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
}

.bulletDer {
	background-image:url(images/bullet2.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
	text-align:right;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.bordeTit {
	border-bottom:1px solid #CCC;
}

.formfield {
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.tit {
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}