body
{
    background-color : transparent;
    padding : 0px;
    margin-top : 0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 12px;
    color : rgb(85 , 85 , 85);
	width:994px;
}
p
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 12px;
    color : rgb(85 , 85 , 85);
    padding : 0px;
    margin : 0px;
}
.resulterror, .resulterror
{
    color : rgb(255 , 0 , 0);
}
.resultok, .resultok
{
    color : rgb(0 , 153 , 0);
}
input, label
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 12px;
    color : rgb(0 , 0 , 0);
    padding : 2px;
    margin : 0px;
}
select
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 12px;
    color : rgb(0 , 0 , 0);
    margin : 0px;
}
input.tab
{
    background-color : rgb(221 , 221 , 221);
    border : solid 3px rgb(221 , 221 , 221);
    color : rgb(0 , 0 , 0);
    font-size : 11px;
    width : auto;
    overflow : visible;
    padding : 0px;
}
input.tabselected
{
    background-color : rgb(33 , 76 , 154);
    border : solid 3px rgb(33 , 76 , 154);
    color : rgb(255 , 255 , 255);
    font-size : 11px;
    width : auto;
    overflow : visible;
    font-weight : bold;
    padding : 0px;
}
input.compact
{
    font-size : 11px;
    padding : 0px;
}
#TabDiv
{
    border-bottom : solid 6px rgb(33 , 76 , 154);
    margin-bottom : 10px;
}
/* Contains the date picks in the Edit.aspx page */
#DatePickDiv
{
    font-size : 11px;
    border : solid 1px rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 255);
    padding : 2px;
}
a.datepicklink
{
    display : block;
}
/* Small text */
p.small, small
{
    font-size : 11px;
}
/* Big text */
p.big, big
{
    font-size : 15px;
}
/* Description/legend for images */
p.imagedescription
{
    font-size : 11px;
    font-style : italic;
    margin-top : 4px;
}
/* General purpose links */
a, a:link, a:active
{
    color : rgb(39 , 78 , 55);
    text-decoration : none;
}
a:hover
{
    color : rgb(190 , 214 , 0);
    text-decoration : underline;
}
/* Link to an external URL */
a.externallink
{
    background-image : url("Images/ExternalLink.gif");
    background-position : right;
    background-repeat : no-repeat;
    padding-right : 14px;
}
/* Link to an internal file */
a.internallink
{
}
/* Link to a Wiki page */
a.pagelink
{
    Color : rgb(190 , 214 , 0);
}
/* Link to unknown/inexistent pages */
a.unknownlink, a.unknownlink:link, a.unknownlink:active
{
    color : rgb(153 , 0 , 0);
    text-decoration : none;
}
a.unknownlink:hover
{
    color : rgb(217 , 103 , 30);
    text-decoration : underline;
}
/* Email Link */
a.emaillink
{
    Color : rgb(190 , 214 , 0);
}
h1
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 18px;
    color : rgb(190 , 214 , 0);
    padding : 0px;
    margin : 0px;
    font-weight : normal;
}
h2
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 16px;
    color : rgb(190 , 214 , 0);
    padding : 0px;
    margin : 0px;
    font-weight : normal;
}
h3
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 14px;
    color : rgb(190 , 214 , 0);
    padding : 0px;
    margin : 0px;
    font-weight : normal;
}
h4
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 13px;
    color : rgb(190 , 214 , 0);
    padding : 0px;
    margin : 0px;
    font-weight : normal;
    font-style : italic;
}
h1.pagetitle, h1.pagetitlesystem
{
    font-size : 22px;
    border-bottom : solid 1px rgb(136 , 136 , 136);
    padding-bottom : 2px;
    margin-bottom : 2px;
}
h1.pagetitlesystem
{
    margin-bottom : 10px;
}
/* Class for applying a separator under H elements (useful to avoid usage of HR) */
h1.separator, h2.separator, h3.separator
{
    border-bottom : solid 1px rgb(136 , 136 , 136);
    padding-bottom : 2px;
    margin-bottom : 8px;
}
a.editsectionlink
{
    float : right;
    font-size : 11px;
    margin : 4px 0px 0px 0px;
}
ul, ol
{
    margin : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    padding-left : 28px;
    padding-right : 8px;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 12px;
    color : rgb(85 , 85 , 85);
}
li
{
    margin : 2px 0px 0px 0px;
    padding : 0px;
}
code, pre
{
    font-family : Courier New , Lucida Console , Monospace;
    color : rgb(0 , 0 , 0);
    padding : 0px;
    margin : 0px;
}
pre
{
    border : dashed 1px rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 240);
    margin : 0px 10px 0px 10px;
    padding : 8px;
}
table, div
{
    padding : 0px;
    margin : 0px;
}
img
{
    border : none;
}
/* Class for general purpose images (contained in Wiki pages) */
img.image
{
    border : solid 1px rgb(204 , 204 , 204);
}
/* Class of the formatting Buttons in Edit.aspx */
img.format
{
    border : solid 1px;
    padding : 2px;
}
/* Div used for clearing floats */
div.clear
{
    clear : both;
}
/* Div containing images alighed to the left */
div.imageleft
{
    border : solid 1px rgb(204 , 204 , 204);
    background-color : rgb(249 , 249 , 249);
    padding : 4px;
    margin-left : 0px;
    margin-right : 8px;
    margin-top : 4px;
    margin-bottom : 4px;
    float : left;
}
/* Div containing images alighed to the right */
div.imageright
{
    border : solid 1px rgb(204 , 204 , 204);
    background-color : rgb(249 , 249 , 249);
    padding : 4px;
    margin-left : 8px;
    margin-right : 0px;
    margin-top : 4px;
    margin-bottom : 4px;
    float : right;
}
/* Table containing images not aligned */
table.imageauto
{
    border : solid 1px rgb(204 , 204 , 204);
    background-color : rgb(249 , 249 , 249);
    padding : 4px;
    margin : 4px 4px 4px 0px;
}
/* Div acting like a box */
div.box
{
    border : solid 1px rgb(204 , 204 , 204);
    background-color : rgb(249 , 249 , 249);
    display : table-cell;
    padding : 4px;
    margin : 4px 4px 0px 4px;
}
/* Contains the Header */
#HeaderDiv
{
    Background-image : url("Images/header100px.png");
    Background-repeat : no-repeat;
    Height : 100px;
    Background-position : center center;
}

#titulo_wiki
{
 float:left;
 width:724px;
}
#titulo_wiki h1
{
    font-style: italic;
    font-family: Impact;
    text-align : center;
    font-size : 32pt;
    color : rgb(39 , 78 , 55);
    padding-top : 20px;
}
#titulo_wiki h1 a.pagelink
{
 color : rgb(39 , 78 , 55);
}

#titulo_wiki h1 a:hover
{
    color : rgb(39 , 78 , 55);
    text-decoration : none;
}

#logo_pladur
{
 float:left;
 padding-left:8px;
 padding-top:20px;

}
#logo_pladur img
{
}

#logo_uralita
{
 float:left;
 padding-top:65px;
 padding-left:40px;
}

#logo_uralita img
{
}
/* Contains the SidebarDiv and the MainDiv */
#ContainerDiv
{
 margin:0px;
 border:0px;
 padding:0px;
}
/* Contains the Sidebar */
#SidebarDiv
{
    background-color : rgb(245 , 245 , 245);
    border-top : solid 1px rgb(136 , 136 , 136);
    border-bottom : solid 1px rgb(136 , 136 , 136);
    border-left : solid 1px rgb(136 , 136 , 136);
    border-right : solid 1px rgb(136 , 136 , 136);
    margin-top : 0px;
    margin-bottom : 0px;
    margin-left : 2px;
    margin-right : 2px;
    padding-top : 8px;
    padding-left : 8px;
    padding-right : 8px;
    padding-bottom : 12px;
    width : 126px;
	float:left;
	position:relative;

   
}
#SidebarFooterDiv
{
}

/* Contains the contents of a Page */
#MainDiv
{
    background-color : rgb(255 , 255 , 255);
    border-top : solid 1px rgb(136 , 136 , 136);
    border-bottom : solid 1px rgb(136 , 136 , 136);
    border-left : solid 1px rgb(136 , 136 , 136);
    border-right : none;
    margin-top : 0px;
    margin-bottom : 0px;
    margin-right : 0px;
    margin-left : 2px;
    padding-top : 8px;
    padding-left : 8px;
    padding-right : 8px;
    padding-bottom : 12px;
	width:820px;
	float:left;
	position:relative;	
	
	
	
}

#txtAreaEdit
{

}

/* Contains the Page Header (title, last modify, etc.) */
#PageHeaderDiv
{
 
}
#PageInternalHeaderDiv
{
    margin-bottom : 10px;
}
#PageInternalFooterDiv
{
    margin-top : 10px;
}
/* Contains the link to the page editing form (Edit.aspx) and history */
#EditHistoryLinkDiv
{
    float : right;
    font-size : 11px;
    padding-top : 4px;
    padding-bottom : 4px;
}
#EditLink, #HistoryLink, #ViewCodeLink, #DiscussLink, #BackLink, #PostReplyLink
{
    margin-left : 4px;
    padding : 2px;
    border : solid 1px rgb(153 , 153 , 153);
    text-decoration : none;
    font-weight : bold;
}
#EditLink:hover, #HistoryLink:hover, #ViewCodeLink:hover, #DiscussLink:hover, #BackLink:hover, #PostReplyLink:hover
{
    border : solid 1px rgb(33 , 76 , 154);
    text-decoration : none;
    background-color : rgb(190 , 214 , 0);
    font-weight : bold;
    color : rgb(255 , 255 , 255);
}
/* Class of the P containing the Edit Link */
p.editlink
{
    font-size : 11px;
}
/* Shown when a page is Locked */
#PageLockedDiv
{
    float : left;
    width : 12px;
    height : 12px;
    margin-right : 4px;
    background-image : url("Images/Lock.png");
    background-repeat : no-repeat;
    background-position : center;
    text-indent : -3000px;
    position : relative;
}
/* Shown when a page is Public */
#PagePublicDiv
{
    float : left;
    width : 12px;
    height : 12px;
    margin-right : 4px;
    background-image : url("Images/Public.png");
    background-repeat : no-repeat;
    background-position : center;
    text-indent : -3000px;
    position : relative;
}
#PageInfoDiv
{
    font-size : 11px;
}
#BreadcrumbsDiv
{
    font-size : 11px;
    margin-top : 2px;
    padding-bottom : 1px;
    border-bottom : solid 1px rgb(240 , 240 , 240);
    border-top : solid 1px rgb(240 , 240 , 240);
    /*background-color: #FFFEDF;*/
	overflow : hidden;
}
/* Contains the link to the Page RSS */
#RssLinkDiv
{
    float : right;
    position : relative;
}
/* The link to the Page RSS */
#RssLink
{
    background-image : url("Images/RSS.png");
    background-repeat : no-repeat;
    text-indent : -2500px;
    display : block;
    height : 13px;
    width : 24px;
}
#PrintLinkDiv
{
    float : right;
    position : relative;
}
#PrintLink
{
    background-image : url("Images/Print.png");
    background-repeat : no-repeat;
    text-indent : -2500px;
    display : block;
    margin-left : 4px;
    height : 16px;
    width : 16px;
}
/* Contains the Page Content */
#PageContentDiv
{
    margin : 10px 0px 0px 0px;
}
/* Contains the Footer */
#FooterDiv
{
    margin : 0px 4px 4px 184px;
    padding : 8px;
}
#EditProviderListDiv
{
    float : right;
}
/* Contains the page preview in the Edit.aspx page */
#PreviewDiv
{
}
/* Contains the special tags in the Edit.aspx page */
#SpecialTagsDiv
{
    font-size : 11px;
    border : solid 1px rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 255);
    padding : 0px;
}
a.specialtaglink
{
    display : block;
}
#PageListDiv
{
    font-size : 11px;
    border : solid 1px rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 255);
    padding : 0px;
}
#FileListDiv
{
    font-size : 11px;
    border : solid 1px rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 255);
    padding : 4px;
}
a.pagelistlink
{
    display : block;
}
#SnippetListDiv
{
    font-size : 11px;
    border : solid 1px rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 255);
    padding : 0px;
}
a.snippetlistlink
{
    display : block;
}
/* Contains the anchors in the Edit.aspx page */
#AnchorsDiv
{
    font-size : 11px;
    border : solid 1px rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 255);
    padding : 0px;
}
a.anchorlink
{
    display : block;
}
/* Contains the anchors in the Edit.aspx page */
#ImagesDiv
{
    font-size : 11px;
    border : solid 1px rgb(153 , 153 , 153);
    background-color : rgb(255 , 255 , 255);
    padding : 0px;
}
a.imagelink
{
    display : block;
}
#SpecialTagsDiv, #AnchorsDiv, #ImagesDiv, #PageListDiv, #SnippetListDiv
{
    padding : 2px;
}
#SpecialTagsDiv a:hover, #AnchorsDiv a:hover, #ImagesDiv a:hover, #PageListDiv a:hover, #SnippetListDiv a:hover
{
    color : rgb(255 , 255 , 255);
    background-color : rgb(33 , 76 , 154);
    text-decoration : none;
}
/* Contains the Special characters in the Edit.aspx page */
#SpecialCharsDiv, #CategoriesListDiv
{
    margin-top : 8px;
    border : solid 1px rgb(136 , 136 , 136);
    padding : 4px;
    overflow : auto;
    width : 180px;
    height : 120px;
}
#FormatUl
{
    margin : 0px;
    padding : 0px;
}
#FormatUl li
{
    display : inline;
    list-style-image : none;
    margin : 0px;
    padding : 0px;
}

/* Formatting Button in Edit.aspx */
a.formatlink
{
    background-position : center;
    background-repeat : no-repeat;
    width : 20px;
    height : 20px;
    border : solid 1px rgb(33 , 76 , 154);
    text-indent : -2000px;
    margin-right : 2px;
    float : left;
}
/* Formatting Button in Edit.aspx */
a.formatlink:hover
{
    text-decoration : none;
    border : solid 1px rgb(217 , 103 , 30);
}
#BoldLink
{
    background-image : url("Images/Bold.png");
}
#ItalicLink
{
    background-image : url("Images/Italic.png");
}
#UnderlineLink
{
    background-image : url("Images/Underline.png");
}
#StrikeLink
{
    background-image : url("Images/Strike.png");
}
#H1Link
{
    background-image : url("Images/H1.png");
}
#H2Link
{
    background-image : url("Images/H2.png");
}
#H3Link
{
    background-image : url("Images/H3.png");
}
#H4Link
{
    background-image : url("Images/H4.png");
}
#SubLink
{
    background-image : url("Images/Sub.png");
}
#SupLink
{
    background-image : url("Images/Sup.png");
}
#PageListLink
{
    background-image : url("Images/PageLink.png");
}
#FileLink
{
    background-image : url("Images/File.png");
}
#LinkLink
{
    background-image : url("Images/Link.png");
}
#ImageLink
{
    background-image : url("Images/Image.png");
}
#AnchorLink
{
    background-image : url("Images/Anchor.png");
}
#CodeLink
{
    background-image : url("Images/Code.png");
}
#PreLink
{
    background-image : url("Images/Pre.png");
}
#BoxLink
{
    background-image : url("Images/Box.png");
}
#BrLink
{
    background-image : url("Images/BR.png");
}
#SnippetListLink
{
    background-image : url("Images/Snippet.png");
}
#SpecialTagsLink
{
    background-image : url("Images/SpecialTags.png");
}
#NoWikiLink
{
    background-image : url("Images/NoWiki.png");
}
#CommentLink
{
    background-image : url("Images/Comment.png");
}
#EscapeLink
{
    background-image : url("Images/Escape.png");
}
#PageListTable
{
    width : 90%;
    margin : 0px 10px 0px 10px;
}
#PageListHeader
{
    background-color : rgb(221 , 221 , 221);
}
.pagelistcelleven
{
    border-bottom : solid 1px rgb(204 , 204 , 204);
}
.pagelistcellodd
{
    border-bottom : solid 1px rgb(204 , 204 , 204);
    background-color : rgb(244 , 244 , 244);
}
#PageTreeP
{
    margin : 0px 0px 0px 10px;
    padding : 0px 0px 0px 6px;
    border-left : 4px solid rgb(204 , 204 , 204);
}
#FileListTable
{
    width : 98%;
    margin : 0px;
}
#FileListHeader
{
    background-color : rgb(221 , 221 , 221);
}
.filelistcelleven
{
    border-bottom : solid 1px rgb(204 , 204 , 204);
}
.filelistcellodd
{
    border-bottom : solid 1px rgb(204 , 204 , 204);
    background-color : rgb(244 , 244 , 244);
}
#RevisionListTable
{
    width : 98%;
    margin : 0px;
}
#RevisionListHeader
{
    background-color : rgb(221 , 221 , 221);
}
.revisionlistcelleven
{
    border-bottom : solid 1px rgb(204 , 204 , 204);
}
.revisionlistcellodd
{
    border-bottom : solid 1px rgb(204 , 204 , 204);
    background-color : rgb(244 , 244 , 244);
}
#PreviewDivExternal
{
}
#PreviewDiv
{
    padding : 10px;
    border : solid 4px rgb(204 , 204 , 204);
}
blockquote
{
    border-left : solid 8px rgb(221 , 221 , 221);
    margin-left : 16px;
    padding : 0px 0px 2px 6px;
}
div.messagecontainer
{
    margin : 0px 0px 0px 16px;
}
div.rootmessagecontainer
{
    border-top : solid 4px rgb(33 , 76 , 154);
}
div.messageheader
{
    font-size : 10px;
    background-color : rgb(240 , 240 , 240);
    padding : 2px;
}
span.messagesubject
{
    font-weight : bold;
    font-size : 12px;
}
div.messagebody
{
    border-bottom : solid 1px rgb(240 , 240 , 240);
    border-left : solid 1px rgb(240 , 240 , 240);
    border-right : solid 1px rgb(240 , 240 , 240);
    margin : 0px 0px 6px 0px;
    padding : 4px;
}
div.reply
{
    float : right;
    margin : 6px 10px 0px 0px;
    font-size : 11px;
    font-weight : bold;
}
a.reply
{
    background-image : url("Images/MessageReply.png");
    background-repeat : no-repeat;
    background-position : left center;
    padding : 0px 0px 0px 12px;
}
a.edit
{
    background-image : url("Images/MessageEdit.png");
    background-repeat : no-repeat;
    background-position : left center;
    padding : 0px 0px 0px 13px;
    margin-left : 16px;
}
a.delete
{
    background-image : url("Images/MessageDelete.png");
    background-repeat : no-repeat;
    background-position : left center;
    padding : 0px 0px 0px 10px;
    margin-left : 16px;
}
div.warning
{
    padding : 6px;
    background-color : rgb(254 , 246 , 147);
    border : solid 1px rgb(255 , 207 , 16);
    display : table-cell;
}
#TxtSearchBox
{
    font-size : 11px;
    width : 115px;
    background-image : url("Images/Search.png");
    background-repeat : no-repeat;
    background-position : right center;
    background-color : rgb(255 , 255 , 255);
    border : solid 1px rgb(204 , 204 , 204);
}
#TxtSearchPage
{
    font-size : 11px;
    width : 170px;
    background-image : url("Images/Search.png");
    background-repeat : no-repeat;
    background-position : right center;
    background-color : rgb(255 , 255 , 255);
    border : solid 1px rgb(204 , 204 , 204);
    margin : 1px;
}
#ConcurrentEditingDiv
{
    padding : 4px;
    background-color : rgb(254 , 246 , 147);
    border : solid 1px rgb(255 , 207 , 16);
}
span.signature
{
    font-style : italic;
}
#TocContainer
{
    border : solid 1px rgb(204 , 204 , 204);
    display : table-cell;
    padding : 4px;
    background-color : rgb(249 , 249 , 249);
}
#AttachmentsDiv
{
    margin-top : 6px;
    padding : 4px;
    border : solid 1px rgb(85 , 153 , 85);
    background-color : rgb(214 , 238 , 210);
}
a.attachment
{
    padding-left : 14px;
    background-image : url("Images/Attachment.png");
    background-repeat : no-repeat;
    background-position : left center;
}
#RedirectionInfoDiv
{
    font-size : 11px;
    padding-left : 10px;
    padding-top : 4px;
    color : rgb(153 , 153 , 153);
}
#RedirectionDiv
{
    margin-bottom : 16px;
    padding-left : 24px;
    margin-left : 10px;
    font-size : 14px;
    background-image : url("Images/Redirect.png");
    background-repeat : no-repeat;
    background-position : left center;
}
/* JsFileTree control begin */
div.subtreediv
{
    margin : 0px 0px 0px 10px;
}
a.subdirlink
{
    background-image : url("../../Images/Dir.png");
    background-repeat : no-repeat;
    background-position : left center;
    padding : 0px 0px 0px 18px;
}
a.filelink
{
    background-image : url("../../Images/File.png");
    background-repeat : no-repeat;
    background-position : left center;
    padding : 0px 0px 0px 18px;
}
/* JsImageBrowser control begin  JsFileTree control end */
#ImageBrowserDiv
{
    background-color : rgb(255 , 255 , 255);
    border : solid 1px rgb(153 , 153 , 153);
    width : 616px;
}
#MainContainerDiv
{
    overflow : auto;
    height : 286px;
}
div.container
{
    float : left;
    width : 96px;
    height : 126px;
    background-color : rgb(255 , 255 , 255);
    margin : 4px;
}
#UpLevelLink, #UpLevelLink:hover
{
    display : block;
    width : 96px;
    height : 96px;
    vertical-align : bottom;
    text-align : center;
    text-decoration : none;
}
a.dirlink, a.dirlink:hover
{
    display : block;
    width : 96px;
    height : 96px;
    vertical-align : bottom;
    text-align : center;
    text-decoration : none;
}
a.itemlink, a.itemlink:hover
{
    display : block;
    width : 96px;
    height : 116px;
    vertical-align : bottom;
    text-align : center;
    text-decoration : none;
}
span.itemtext
{
    color : rgb(0 , 0 , 0);
    background-color : rgb(255 , 255 , 255);
    padding : 0px;
    width : 96px;
    height : 96px;
    vertical-align : bottom;
    font-size : 10px;
}
#ImagePreviewDiv
{
    float : right;
    width : 256px;
    height : 268px;
    border : solid 1px rgb(204 , 204 , 204);
    margin : 4px;
    padding : 4px;
    text-align : center;
    vertical-align : middle;
    background-color : rgb(255 , 255 , 255);
}
#PreviewImg
{
    height : 248px;
    vertical-align : middle;
}
img.thumb
{
    border : solid 1px rgb(204 , 204 , 204);
}
#ImageDescriptionSpan
{
    font-size : 11px;
    font-style : italic;
}
/* Search page begin  JsImageBrowser control end */
#SearchCatExtDiv
{
    float : right;
    margin-left : 15px;
    background-color : rgb(255 , 255 , 255);
}
#SearchCatDiv
{
    border : solid 1px rgb(153 , 153 , 153);
    padding : 2px;
    max-height : 180px;
    min-width : 200px;
    overflow : auto;
}
#SearchControlsDiv
{
}
#SearchInstructionsDiv, #SearchInstructionsDiv ul li
{
    font-size : 11px;
}
#SearchResultsDiv
{
    float : none;
    min-height : 80px;
}
.caja
{
}
.tituloCaja
{
    color : rgb(190 , 214 , 0);
    font-size : 18px;
    text-align : center;
	background-image : url("Images/tituloCaja.gif");
}

.contenidoCaja
{
    border : solid 2px rgb(190 , 214 , 0);
    background-color : rgb(255 , 255 , 255);
    padding : 5px;
    text-align : center;
}
.texto18px
{
    font-size : 18px;
}


