
/* - - - - - - - - - - - - - - - - - - - - -

Título : Sergio Ballestero » Web507

Autor : Sergio Ballestero » Elpana 

Descripción : web507.css

Creado : 20 de Febrero, 2009

- - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	list-style: none;
}

body {
	background: url(../gfx/fondo.jpg) repeat-x #fff;
	font-size: 12px;
	font-family: Tahoma;
	color:#4d4d4d;
}

a {
	color: #4b6cb0;
}

a:hover {
	color: #6e9dff;
}

#wrap {
	width:800px;
	margin: 0 auto;
}

#logo_top, #contenedor, #redessociales, #footer {
	width: 760px;
	float: left;
	padding: 0 20px 0 20px;
}

#footer, #redessociales {
	text-align: center;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
}

#redessociales img {
	margin-right: 12px;
}

#nombre_top {
	width: 760px;
	float: left;
	padding: 20px;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Tahoma";
	color: #fff;
	font-weight: normal;
}

#nombre_top a {
	color: #fff;
}

#nombre_top a:hover {
	color: #6e9dff;
}

#nombre_top p {
	width: 220px;
	float: left;
}

#logo_top {
	padding-top: 14px;
	padding-bottom: 10px;
	text-align: center;
}

#contenedor {
	padding-bottom: 10px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../gfx/fondo_contenedor.gif) repeat-y 94% 0;
}

#col_1 {
	width: 257px;
	float: left;
}

#col_2 {
	width: 240px;
	float: left;
	margin-left: 15px;
}

#col_3 {
	width: 240px;
	float: right;
}

.texto {
	line-height: 18px;
	margin-bottom: 20px;
	clear: both;
}

.titulo {
	margin-bottom: 10px;
	padding: 12px 0 15px 0;
	background-repeat: no-repeat;
	background-position: 0 50%;
	font: 16px "Lucida Sans Unicode", Tahoma;
	clear: both;
}

#nombre {
	padding-left: 69px;
	background-image: url(../gfx/sergio_ico.gif);
}

#contactame {
	padding-left: 69px;
	background-image: url(../gfx/contact_ico.gif);
}

#portafolio {
	padding-left: 56px;
	background-image: url(../gfx/portfolio_ico.gif);
}

#twitter {
	padding-left: 56px;
	background-image: url(../gfx/twitter_ico.gif);
}

.proyecto {
	width: 240px;
	float: left;
}

.proyecto {
	margin-bottom: 2px;
}

.img_proyecto {
	width: 140px;
	float: left;
}

.img_proyecto img {
	border-bottom: 6px solid #fff;
	border-top: 6px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	float: left;
}

.info_proyecto {
	width: 90px;
	margin-top: 15px;
	float: left;
	margin-left: 10px;
}

#paginacion {
	width: 200px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#paginacion a {
	display: block;
	padding: 5px;
	background-color: #4b6cb0;
	float: left;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}

#paginacion a:hover {
	background-color: #6e9dff;
}

input, textarea {
	width: 150px;
	border: 1px solid #e5e5e5;
	padding: 3px;
	font-size: 12px;
	font-family: Tahoma;
	color:#4d4d4d;
}

#tabla td {
	padding: 5px 0 5px 0;
}

.enviar {
	width: 50px;
	padding: 5px;
}

/*---- FORMULARIO ----*/

.hoverfocus { 
	border:1px solid #4b6cb0;
}

#error, #response { 
	width: 247px;
	padding: 5px;
	background-color: #f7f7f7;
	font-size: 11px;
	font-family: Tahoma;
	color:#4d4d4d;
	border: 1px solid #e5e5e5;
	float: left;
	margin-bottom: 10px;
}

#response ul { 
	margin-top:5px;
	padding-top:5px;
}

#error li, #response li { 
	margin:0 0 5px 0; 
	/*padding:0 0 5px 15px; */
	padding:0 0 0px 15px; 
	background:url(bullet.gif) no-repeat 0 50%; 
}

#working { 
	width: 196px;
	float: left;
	padding: 15px 5px 15px 46px;
	background:url(loading.gif) no-repeat 5% center;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
}

.imageOver{
	background:url(../gfx/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

#twitter_update_list li {
	line-height: 18px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #f7f7f7;
}