/* CSS Document */


/* ------------------------------------- General -----------------------------------*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0px;
border: 0px;

font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

body{
	background-image:url("/img/fondo_gral.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #222222;
	font-weight: normal;
}


#cuerpo{
	width:340px;
	padding: 30px;
	margin: 0px auto 0px auto;
}

.caja_con{
	color:#2f8aa5;
	padding:4px;
	margin: 0px 0px 5px 0px;
	width: 300px;
	background-color:#f2f2f2;
	border: none;
	font-size: 11px;
	font-family: arial;
	font-size: 11px;
}

.button{
background-color: #444444;
border: none;
color: #ffffff;
width: 150px;
padding: 4px;
font-size: 10px;
cursor: pointer;
}

a{
	font-weight: normal;
	color:#206072;
	text-decoration:none;
}	

a:hover {
    color: #07c4f9;
	text-decoration:underline;
}